Describe the Problem
Release notes for hotfix cannot created as for normal releases, since the relevant commits are just cherry-picked or manually created in the hotfix branch.
Describe Your Preferred Solution
- add an option
hotfix to specify these are release notes for an hotfix
- pass the
branch name of the hotfix, so the current branch
- generated release notes differently by showing commits or grouping commits to an issue if possible
Example result (https://github.com/digitalfabrik/entitlementcard/tree/hotfix-2026.3.1)
* #2960: Nuernberg pass bulk card creation broken
* Update sample data
* Do not comb form fields
* Update PDF template files
Describe Possible Alternatives
Related Issues
Additional Information
Describe the Problem
Release notes for hotfix cannot created as for normal releases, since the relevant commits are just cherry-picked or manually created in the hotfix branch.
Describe Your Preferred Solution
hotfixto specify these are release notes for an hotfixbranchname of the hotfix, so the current branchExample result (https://github.com/digitalfabrik/entitlementcard/tree/hotfix-2026.3.1)
Describe Possible Alternatives
Related Issues
Additional Information