Skip to content

Commit 557f9fc

Browse files
author
mguyenanastacio
committed
fix: revert to --notes-from-tag in CI to prevent shared RELEASE_NOTES.md from overwriting old release notes
1 parent 99863c0 commit 557f9fc

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/RELEASE_NOTES.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
gh release delete "${{ github.ref_name }}" --yes --cleanup-tag 2>/dev/null || true
2828
gh release create "${{ github.ref_name }}" \
29-
--notes-file ".github/RELEASE_NOTES.md" \
29+
--notes-from-tag \
3030
--title "${{ github.ref_name }}" \
3131
--prerelease=${{ contains(github.ref_name, '-alpha') || contains(github.ref_name, '-beta') || contains(github.ref_name, '-rc') }}
3232

0 commit comments

Comments
 (0)