Commit bf3f3e6
ci(release): show meaningful release notes on publish
The GitHub Release body only said "See CHANGELOG.md for details", forcing
readers to open the changelog to learn what shipped.
- Add a "Prepare release notes" step that extracts the newest CHANGELOG
section (grouped Features/Bug Fixes) into RELEASE_NOTES.md alongside the
install command.
- Replace the deprecated actions/create-release@v1 with
softprops/action-gh-release@v2.
- Enable generate_release_notes so GitHub appends "What's Changed" (with PR
links), "New Contributors", and the full changelog comparison below the
summary.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 9416fe2 commit bf3f3e6
1 file changed
Lines changed: 35 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
90 | 119 | | |
91 | 120 | | |
92 | 121 | | |
| |||
112 | 141 | | |
113 | 142 | | |
114 | 143 | | |
115 | | - | |
| 144 | + | |
116 | 145 | | |
117 | 146 | | |
118 | 147 | | |
119 | 148 | | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
134 | 154 | | |
135 | 155 | | |
0 commit comments