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:
June 2024-06-06 21:04:48 +02:00
parent 89cb3586c2
commit 11a2b74aee
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -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`