Skip to content

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 17 May 10:15
· 11 commits to main since this release
09e7eaf

🚀[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 UsePRTitleAsNotesHeading configuration 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.