-
Notifications
You must be signed in to change notification settings - Fork 714
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Generate full release notes from specified or latest tag
This commit introduces a new lane `generateFullReleaseNote` that generates comprehensive release notes based on the commit history since a specified tag or the latest release tag. It categorizes commits into conventional commit types (feat, fix, etc.) and formats them into a structured release notes document with sections for each category. The existing `generateReleaseNotes` lane is now replaced with `generateFullReleaseNote` in the workflows.
- Loading branch information
Showing
2 changed files
with
164 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters