Skip to content

Commit 654295b

Browse files
Release v0.1.1 (#5)
Signed-off-by: Philip Conrad <[email protected]>
1 parent 59d8467 commit 654295b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/03_publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@ jobs:
3737
run: |
3838
$latestVersion = (Invoke-WebRequest -Uri "https://api.nuget.org/v3-flatcontainer/Styra.Opa.AspNetCore/index.json" | ConvertFrom-Json).versions[-1]
3939
echo "LATEST_VERSION=$latestVersion" >> $env:GITHUB_OUTPUT
40+
shell: pwsh
4041

4142
- name: Get current version
4243
id: current_version
4344
run: |
4445
$currentVersion = (Select-Xml -Path src/Styra.Opa.AspNetCore/Styra.Opa.AspNetCore.csproj -XPath "//PackageVersion").Node.InnerText
4546
echo "CURRENT_VERSION=$currentVersion" >> $env:GITHUB_OUTPUT
47+
shell: pwsh
4648

4749
#- name: Test
4850
# run: dotnet test --no-restore --verbosity normal
@@ -84,6 +86,7 @@ jobs:
8486
run: |
8587
$currentVersion = (Select-Xml -Path src/Styra.Opa.AspNetCore/Styra.Opa.AspNetCore.csproj -XPath "//PackageVersion").Node.InnerText
8688
echo "CURRENT_VERSION=$currentVersion" >> $env:GITHUB_OUTPUT
89+
shell: pwsh
8790

8891
- name: Generate Styra.Opa.AspNetCore GH release notes
8992
run: scripts/latest-release-notes.sh > SDK_RELEASE_NOTES.md

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
All notable changes to this project will be documented in this file. This
44
project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## 0.1.0
6+
## 0.1.0, 0.1.1
77

8-
This release is a release engineering test, aimed at sorting out automated publishing of a Github Release and NuGet package.
8+
These releases are release engineering tests, aimed at sorting out automated publishing of a Github Release and NuGet package.

0 commit comments

Comments
 (0)