docs: redefine commit message "update" tag to be for tagging non-feat.
Redefine the commit message "update" tag to be for tagging an enhancement or update, which doesn't qualify as a feature, and also have it not be restricted from tagging a breaking change.
This commit is contained in:
parent
89cb3586c2
commit
11a2b74aee
|
@ -13,7 +13,7 @@ Longer description here if necessary
|
|||
The `tag` should be one of the following:
|
||||
|
||||
- `fix` - for a bug fix
|
||||
- `update` - for a backwards compatible enhancement
|
||||
- `update` - for an enhancement or update not qualifying as a feature
|
||||
- `feature` - for a new feature
|
||||
- `perf` - for a code change that improves performance
|
||||
- `refactor` - for a code change that isn't one of `fix`, `update`, `feature` or `perf`
|
||||
|
|
Loading…
Reference in a new issue