doc: put update commit type above test commit type
This commit is contained in:
parent
c2179ac580
commit
c02046817e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue