You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments