Commit 00235a3
committed
✨ Add release notes generation to release script
Add post-release display of generated release notes to stdout
- Add generate_release_notes_to_stdout() function to display notes
after successful release completion
- Function uses git-iris release-notes command with proper version tags
- Displays formatted header with project name and version
- Handles subprocess errors gracefully with warning messages
- Call new function at end of main() after successful release
Provides immediate visibility into what was included in the release
without requiring separate command execution.1 parent a0766c6 commit 00235a3
1 file changed
+36
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
297 | 330 | | |
298 | 331 | | |
299 | 332 | | |
| |||
331 | 364 | | |
332 | 365 | | |
333 | 366 | | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
334 | 370 | | |
335 | 371 | | |
336 | 372 | | |
0 commit comments