chore(repo): add a separate cc type for ci changes

This commit is contained in:
cswimr 2024-12-31 00:27:22 -05:00
parent d0666643b7
commit d244b90521
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -15,7 +15,8 @@ We follow a subset of the [Conventional Commits](https://www.conventionalcommits
- `style`: A code change that does not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
- `test`: Adding missing tests or correcting existing tests
- `docs`: Documentation only changes
- `build`: Changes that affect the build system, ci pipeline, project version, or external dependencies
- `ci`: Changes to our CI configuration files and scripts
- `build`: Changes that affect the build system, project version, or external dependencies
- `chore`: Other changes that don't modify src or test files, such as updating .gitignore
### Acceptable scopes