doc: add update to commit types
This commit is contained in:
parent
1927106d55
commit
92a21405aa
|
@ -18,6 +18,7 @@ This project uses [Conventional Commits](https://www.conventionalcommits.or) wit
|
||||||
- `doc`: documentation
|
- `doc`: documentation
|
||||||
- `refactor`: code refactoring
|
- `refactor`: code refactoring
|
||||||
- `config`: changing configuration (linter, build process)
|
- `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.
|
Always try to split up your changes into coherent commits, a single commit should do a single thing.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue