Skip to content

Commit 776a0d7

Browse files
Rodrigo NavarroRodrigo Navarro
Rodrigo Navarro
authored and
Rodrigo Navarro
committed
fix(resources): add more change type to default yaml file
1 parent 06e628d commit 776a0d7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

resources/default.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ PROMPT:
66
DESC: "Add new feature"
77
- VALUE: "fix"
88
DESC: "A bug fix"
9-
- VALUE: "test"
10-
DESC: "Adding missing tests or correcting ones"
119
- VALUE: "chore"
1210
DESC: "Add non bussiness logic change"
11+
- VALUE: "test"
12+
DESC: "Adding missing tests or correcting ones"
1313
- VALUE: "style"
1414
DESC: "A code change to improve clean code"
15-
- VALUE: "ci/cd"
16-
DESC: "Changes on the build system or CI files"
15+
- VALUE: "build"
16+
DESC: "Changes on build files and flows"
17+
- VALUE: "ci"
18+
DESC: "Changes on CI files"
1719
- VALUE: "refactor"
1820
DESC: "A code change"
1921
- VALUE: "docs"

0 commit comments

Comments
 (0)