Open
Description
For example:
Merge branch 'hotfix/1.2.3' into 'main'
Finish Hotfix 1.2.3
Type: hotfix
GitLab, for example, uses the CHANGELOG
trailer for this purpose. (also see keepachangelog.com)
Or maybe more like Conventional Commits
For example:
Merge branch 'hotfix/1.2.3' into 'main'
Finish Hotfix 1.2.3
Type: hotfix
GitLab, for example, uses the CHANGELOG
trailer for this purpose. (also see keepachangelog.com)
Or maybe more like Conventional Commits