From 92a21405aae311bb17915a5134b74fa30f46541f Mon Sep 17 00:00:00 2001 From: Xymorot Date: Tue, 2 Jul 2019 22:17:00 +0200 Subject: [PATCH] doc: add update to commit types --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a4ab4e8..baef467 100644 --- a/README.md +++ b/README.md @@ -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.