docs: introduce new "ci" tag for changes to the CI and its configuration

This commit is contained in:
June 2024-06-08 23:14:54 +02:00
parent 8845a6b408
commit db3e05e6da
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -21,6 +21,7 @@ The `tag` should be one of the following:
- `test` - for adding or correcting tests - `test` - for adding or correcting tests
- `style` - for changes to the linter or formatter configuration and its results - `style` - for changes to the linter or formatter configuration and its results
- `docs` - for changes to documentation only - `docs` - for changes to documentation only
- `ci` - for changes to the CI and its configuration
- `other` - for anything that isn't covered by the tags above - `other` - for anything that isn't covered by the tags above
If a change is a breaking change then that should be indicated by adding a `!` after the tag. If a change is a breaking change then that should be indicated by adding a `!` after the tag.