Skip to content

Commit b7add18

Browse files
authored
Auto-generate release notes (#526)
This uses the same mechanism as Boulder does.
1 parent 04b61c0 commit b7add18

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,7 @@ jobs:
138138
# https://cli.github.com/manual/gh_release_create
139139
env:
140140
GITHUB_TOKEN: ${{ github.token }}
141-
run: |
142-
gh release create ${{ github.ref_name }} \
143-
--repo ${{ github.repository }} \
144-
--title "${{ github.ref_name }}" \
145-
--verify-tag
146-
continue-on-error: true
141+
run: gh release create --generate-notes --verify-tag ${GITHUB_REF_NAME}
147142
- name: Upload release files
148143
# https://cli.github.com/manual/gh_release_upload
149144
env:

0 commit comments

Comments
 (0)