Skip to content

Commit e325dfd

Browse files
ci: auto-generate release notes from commits
Adds generate_release_notes: true to the release-binaries workflow so patch tags don't end up with empty release bodies (as happened on v1.3.35–37). GitHub's auto-generation pulls commits and PRs since the previous tag — readable enough for patches; major releases can still be hand-edited afterwards. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent a6a7a53 commit e325dfd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release-binaries.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ jobs:
4747
# falls back to an unauthenticated request and the upload step fails
4848
# with HTTP 401. Has happened intermittently in our runs (v1.3.35–37).
4949
token: ${{ secrets.GITHUB_TOKEN }}
50+
# Auto-generate release notes from commits + PRs since the previous
51+
# tag. Patch releases get readable notes for free; major releases can
52+
# still be hand-edited afterwards (the action won't overwrite a body
53+
# set after creation when files-only updates run later).
54+
generate_release_notes: true
5055
files: |
5156
dist/bin/codeep-darwin-aarch64.tar.gz
5257
dist/bin/codeep-darwin-x86_64.tar.gz

0 commit comments

Comments
 (0)