Skip to content

Commit aa1ded1

Browse files
authored
Update git-conventional-commits.default.yaml
1 parent 682d15e commit aa1ded1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

git-conventional-commits.default.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
convention:
33
commitTypes:
4-
- feat
5-
- fix
6-
- perf
7-
- refactor
8-
- style
9-
- test
10-
- build
11-
- ops
12-
- docs
13-
- chore
4+
- feat # Commits, that adds or remove a new feature to the API or UI
5+
- fix # Commits, that fixes a API or UI bug of a preceded feat commit
6+
- refactor # Commits, that rewrite/restructure your code, however does not change any API or UI behaviour
7+
- perf # Commits are special `refactor` commits, that improve performance
8+
- style # Commits, that do not affect the meaning (white-space, formatting, missing semi-colons, etc)
9+
- test # Commits, that add missing tests or correcting existing tests
10+
- build # Commits, that affect build components like build tool, ci pipeline, dependencies, project version, ...
11+
- ops # Commits, that affect operational components like infrastructure, deployment, backup, recovery, ...
12+
- docs # Commits, that affect documentation only
13+
- chore # Miscellaneous commits e.g. modifying `.gitignore`
1414
- merge
1515
- revert
1616
commitScopes: []

0 commit comments

Comments
 (0)