Commit f447055
fix(ci): extract release notes for bracketed changelog headers
The awk range's end pattern (## [digit) also matched the version's own
header, collapsing the range to a single line — so release notes were
always empty and had to be written by hand. Replace with a flag-based
scan that prints the body between this version's header and the next,
handling both '## 1.2.3' and '## [1.2.3]' styles.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent c67ce31 commit f447055
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
60 | 67 | | |
61 | 68 | | |
62 | 69 | | |
| |||
0 commit comments