Skip to content

Commit

Permalink
Use auto-generated release notes
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
natemcmaster committed Aug 26, 2023
1 parent 0726df9 commit 91f0fb3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ jobs:
name: ${{ env.PACKAGE_VERSION }}
tag_name: v${{ env.PACKAGE_VERSION }}
body: |
## Notes
See changes in https://github.com/natemcmaster/CommandLineUtils/blob/main/CHANGELOG.md
## How to get this update
Packages have been posted to these feeds:
Expand All @@ -99,6 +96,8 @@ jobs:
#### GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=CommandLineUtils
draft: true
draft: false
append_body: true
generate_release_notes: true
prerelease: ${{ env.IS_STABLE_BUILD == 'false' }} # Example: v3.1.0-beta
files: packages/*

0 comments on commit 91f0fb3

Please sign in to comment.