Commit 67fcabc
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
28 | | - | |
0 commit comments