We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0726df9 commit 91f0fb3Copy full SHA for 91f0fb3
.github/workflows/ci.yml
@@ -86,9 +86,6 @@ jobs:
86
name: ${{ env.PACKAGE_VERSION }}
87
tag_name: v${{ env.PACKAGE_VERSION }}
88
body: |
89
- ## Notes
90
- See changes in https://github.com/natemcmaster/CommandLineUtils/blob/main/CHANGELOG.md
91
-
92
## How to get this update
93
Packages have been posted to these feeds:
94
@@ -99,6 +96,8 @@ jobs:
99
96
#### GitHub Package Registry
100
97
https://github.com/natemcmaster?tab=packages&repo_name=CommandLineUtils
101
98
102
- draft: true
+ draft: false
+ append_body: true
+ generate_release_notes: true
103
prerelease: ${{ env.IS_STABLE_BUILD == 'false' }} # Example: v3.1.0-beta
104
files: packages/*
0 commit comments