Skip to content

Commit 91f0fb3

Browse files
committed
Use auto-generated release notes
[ci skip]
1 parent 0726df9 commit 91f0fb3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ jobs:
8686
name: ${{ env.PACKAGE_VERSION }}
8787
tag_name: v${{ env.PACKAGE_VERSION }}
8888
body: |
89-
## Notes
90-
See changes in https://github.com/natemcmaster/CommandLineUtils/blob/main/CHANGELOG.md
91-
9289
## How to get this update
9390
Packages have been posted to these feeds:
9491
@@ -99,6 +96,8 @@ jobs:
9996
#### GitHub Package Registry
10097
https://github.com/natemcmaster?tab=packages&repo_name=CommandLineUtils
10198
102-
draft: true
99+
draft: false
100+
append_body: true
101+
generate_release_notes: true
103102
prerelease: ${{ env.IS_STABLE_BUILD == 'false' }} # Example: v3.1.0-beta
104103
files: packages/*

0 commit comments

Comments
 (0)