Open
Description
Consider the following commits:
feat: implement Foo
fix: fix Foo
fix: fix the other issue in Foo
build: release version 1.1.0
If the release notes are derived from the commit messages, they would include as changes in version 1.1.0:
- New features: implement Foo
- Bugfixes: fix Foo, fix the other issue in Foo
The release notes should only mention "implement Foo" since fixes on the new feature are just part of its initial implementation (depending on the git workflow, it's possible that feat
lands in the main branch before the fixes are implemented).
Therefore, I propose the following type:
inc:
Incremental changes to a feature, which do not contribute to the release notes.
feat: implement Foo
inc: fix Foo
inc: fix the other issue in Foo
build: release version 1.1.0
Metadata
Metadata
Assignees
Type
Projects
Status
Inbox (needs triage)