Skip to content

Commit

Permalink
Update RELEASE_NOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed Oct 1, 2024
1 parent 1fc4474 commit 56dcdbc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- master
- standalone-tool
paths:
- RELEASE_NOTES.md
- .github/workflows/pack.yml
Expand Down Expand Up @@ -71,13 +70,13 @@ jobs:
- name: Pack
shell: cmd
run: pack.cmd
# - name: Upload Package
# uses: actions/upload-artifact@v4
# with:
# name: packages
# path: bin\pack
# - name: NuGet
# env:
# NUGET_KEY: ${{ secrets.NUGET_KEY }}
# shell: cmd
# run: dotnet nuget push "bin\pack\*.nupkg" -k %NUGET_KEY% -s "https://api.nuget.org/v3/index.json" --skip-duplicate
- name: Upload Package
uses: actions/upload-artifact@v4
with:
name: packages
path: bin\pack
- name: NuGet
env:
NUGET_KEY: ${{ secrets.NUGET_KEY }}
shell: cmd
run: dotnet nuget push "bin\pack\*.nupkg" -k %NUGET_KEY% -s "https://api.nuget.org/v3/index.json" --skip-duplicate
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 2.0.0
- Reworked as standalone tool
- Added support for preliminary release notes
- Added support for relative paths in local.sources files
- [aardpack] Added debug switch for debug configuration
- [aardpack] Fixed support for empty target

### 1.0.25
- Make locating of release notes more flexible to support repositories with separate release notes for each project (previous implementation lead to problem with native dependencies).

Expand Down

0 comments on commit 56dcdbc

Please sign in to comment.