v1.9.0
🚀[Feature]: Add option to use PR title heading in release notes (#80)
Summary
This update introduces a new configuration option, UsePRTitleAsNotesHeading, which uses the pull request (PR) title to be used as a heading in the generated release notes. When enabled, the PR title will appear as a first-level heading (#) in the release notes, enhancing readability and organization.
✅ Changes
- Added
UsePRTitleAsNotesHeadingconfiguration option to control the inclusion of PR titles as headings in release notes. - Updated the release note generation logic to conditionally include PR titles based on the new configuration setting.
🛠 Configuration
As this feature is enabled by default, disable it by setting the UsePRTitleAsNotesHeading option to false on the action.