Skip to content

Commit 3e8d090

Browse files
authored
Update git-conventional-commits.default.yaml
1 parent b3b2532 commit 3e8d090

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

git-conventional-commits.default.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
convention:
33
commitTypes:
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
4+
- feat # Commits, that add or remove a new feature to the API or UI
5+
- fix # Commits, that fix a API or UI bug of a preceded feat commit
6+
- refactor # Commits, that rewrite/restructure your code, however do not change any API or UI behaviour
77
- perf # Commits are special `refactor` commits, that improve performance
88
- style # Commits, that do not affect the meaning (white-space, formatting, missing semi-colons, etc)
99
- test # Commits, that add missing tests or correcting existing tests

0 commit comments

Comments
 (0)