Skip to content

Commit 3f2d833

Browse files
author
R0n0066
committed
refactor(config): Reorder display options
1 parent ee170bc commit 3f2d833

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

cmd/cmd-packr.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configs/default.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ PROMPT:
22
- KEY: "CHANGE"
33
LABEL: "Select the type of change:"
44
OPTIONS:
5-
- VALUE: "build-ci"
6-
DESC: "Changes on the build system or CI files"
75
- VALUE: "feature"
86
DESC: "Add new feature"
97
- VALUE: "fix"
108
DESC: "A bug fix"
11-
- VALUE: "style"
12-
DESC: "A code change to improve clean code"
139
- VALUE: "test"
1410
DESC: "Adding missing tests or correcting ones"
11+
- VALUE: "style"
12+
DESC: "A code change to improve clean code"
13+
- VALUE: "build-ci"
14+
DESC: "Changes on the build system or CI files"
1515
- VALUE: "refactor"
1616
DESC: "A code change"
1717
- VALUE: "docs"

configs/jira.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ PROMPT:
44
- KEY: "CHANGE"
55
LABEL: "Select the type of change:"
66
OPTIONS:
7-
- VALUE: "build-ci"
8-
DESC: "Changes on the build system or CI files"
97
- VALUE: "feature"
108
DESC: "Add new feature"
119
- VALUE: "fix"
1210
DESC: "A bug fix"
13-
- VALUE: "style"
14-
DESC: "A code change to improve clean code"
1511
- VALUE: "test"
1612
DESC: "Adding missing tests or correcting ones"
13+
- VALUE: "style"
14+
DESC: "A code change to improve clean code"
15+
- VALUE: "build-ci"
16+
DESC: "Changes on the build system or CI files"
1717
- VALUE: "refactor"
1818
DESC: "A code change"
1919
- VALUE: "docs"

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "go-cmf",
3-
"version": "1.0.28",
3+
"version": "1.0.29",
44
"description": "CMF is an utility to standarize commit messages on porjects",
55
"scripts": {
66
"postinstall": "go-npm install",

0 commit comments

Comments
 (0)