Skip to content

Commit 48c28f8

Browse files
committed
docs: improve commit type docs
1 parent 22b0a56 commit 48c28f8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Commit types are similar to [the Angular convention](https://github.com/angular/
5454

5555
Types:
5656

57-
- `chore` -- build scripts, infrastructure, configuration, dependencies, and maintenance tasks (example scopes: build, ci, deps, release).
57+
- `chore` -- build scripts, infrastructure, configuration, dependencies, and maintenance tasks (example scopes: ci, deps, release, website).
5858
- `docs` -- documentation only changes.
5959
- `feat` -- a new feature.
6060
- `fix` -- a bug fix.
@@ -66,6 +66,9 @@ Types:
6666
Additional scopes:
6767

6868
- Package related: `cli`, `pull`, `push`, `utils`.
69+
- `ci` -- continious integration and build servers related.
70+
- `deps` -- adding/updating/removing package dependencies.
71+
- `release` -- a commit related to a release, usually includes version bumps, changelog updates and has a version tag.
6972
- `website` -- changes related to the website.
7073
- any other that makes sense.
7174

0 commit comments

Comments
 (0)