Skip to content

Commit 67fcabc

Browse files
committed
fix(ci): remove duplicate "What's Changed" heading in release draft
The release workflow set a hardcoded body of '## What's Changed' and also enabled generate_release_notes (which emits its own '## What's Changed' section), then stacked them via append_body, producing two identical headings in every draft. Drop the hardcoded body and append_body; generate_release_notes already produces a complete 'What's Changed' section plus the Full Changelog link.
1 parent 29c6a46 commit 67fcabc

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/release.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ jobs:
1919
- name: Publish a Draft Release
2020
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
2121
with:
22-
body: |
23-
## What's Changed
24-
2522
draft: true # Creates a Draft Release
2623
name: ${{ env.release_name }}
2724
generate_release_notes: true
28-
append_body: true

0 commit comments

Comments
 (0)