docs: introduce new "ci" tag for changes to the CI and its configuration
This commit is contained in:
parent
8845a6b408
commit
db3e05e6da
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue