File tree 3 files changed +13
-9
lines changed
3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
32
32
- name : Build
33
33
run : dotnet build --configuration Release --no-restore
34
34
35
- - name : Get latest version from NuGet
36
- id : nuget_version
37
- run : |
38
- $latestVersion = (Invoke-WebRequest -Uri "https://api.nuget.org/v3-flatcontainer/Styra.Opa.AspNetCore/index.json" | ConvertFrom-Json).versions[-1]
39
- echo "LATEST_VERSION=$latestVersion" >> $env:GITHUB_OUTPUT
40
- shell : pwsh
35
+ # - name: Get latest version from NuGet
36
+ # id: nuget_version
37
+ # run: |
38
+ # $latestVersion = (Invoke-WebRequest -Uri "https://api.nuget.org/v3-flatcontainer/Styra.Opa.AspNetCore/index.json" | ConvertFrom-Json).versions[-1]
39
+ # echo "LATEST_VERSION=$latestVersion" >> $env:GITHUB_OUTPUT
40
+ # shell: pwsh
41
41
42
42
- name : Get current version
43
43
id : current_version
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file. This
4
4
project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## 0.1.2
7
+
8
+ This release is also a release engineering test, aimed at sorting out automated publishing of a Github Release and NuGet package.
9
+
6
10
## 0.1.0, 0.1.1
7
11
8
- These releases are release engineering tests, aimed at sorting out automated publishing of a Github Release and NuGet package.
12
+ These releases are release engineering tests, aimed at sorting out automated publishing of a Github Release and NuGet package.
Original file line number Diff line number Diff line change 2
2
3
3
set -e
4
4
5
- OPA_DIR =$( dirname " ${BASH_SOURCE} " ) /..
6
- CHANGELOG=" ${OPA_DIR } /CHANGELOG.md"
5
+ TARGET_DIR =$( dirname " ${BASH_SOURCE} " ) /..
6
+ CHANGELOG=" ${TARGET_DIR } /CHANGELOG.md"
7
7
8
8
usage () {
9
9
echo " latest-release-notes.sh --output=<path>"
You can’t perform that action at this time.
0 commit comments