doc: put update commit type above test commit type

This commit is contained in:
Xymorot 2019-11-18 23:02:38 +01:00
parent c2179ac580
commit c02046817e
1 changed files with 1 additions and 1 deletions

View File

@ -20,8 +20,8 @@ This project uses [Conventional Commits](https://www.conventionalcommits.or) wit
- `remove`: removal of existing code/functionality
- `fix`: bugfixes
- `refactor`: code refactoring
- `test`: any of the above, but with tests/mocks
- `update`: updating dependencies and associated code changes
- `test`: any of the above, but with tests/mocks
- `config`: changing configuration (linters, build process)
- `doc`: documentation, including comments
- `reformat`: fixing code formatting