doc: add update to commit types

This commit is contained in:
Xymorot 2019-07-02 22:17:00 +02:00
parent 1927106d55
commit 92a21405aa
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ This project uses [Conventional Commits](https://www.conventionalcommits.or) wit
- `doc`: documentation
- `refactor`: code refactoring
- `config`: changing configuration (linter, build process)
- `update`: updating dependencies and associated changes
Always try to split up your changes into coherent commits, a single commit should do a single thing.