Skip to content

Commit 0b450cc

Browse files
JusterZhuclaude
andcommitted
feat: auto-generate release notes from commits
Use --generate-notes to include all commits since the last tag in the GitHub Release description. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 06fcb92 commit 0b450cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ jobs:
7070
gh release create "$TAG" \
7171
artifacts/*.nupkg \
7272
--title "$TAG" \
73-
--notes "Release of GeneralUpdate.Avalonia version **${{ inputs.version }}**" \
73+
--generate-notes \
7474
--verify-tag || \
7575
gh release edit "$TAG" \
7676
--title "$TAG" \
77-
--notes "Release of GeneralUpdate.Avalonia version **${{ inputs.version }}**"
77+
--generate-notes
7878
7979
- name: Push NuGet package to NuGet.org (Trusted Publishing via OIDC)
8080
run: |

0 commit comments

Comments
 (0)