Skip to content

Commit 401dee2

Browse files
Merge pull request #5 from walmartdigital/v2
V2
2 parents 3da5795 + 94ccc89 commit 401dee2

26 files changed

+637
-897
lines changed

.cmf.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
PROMPT:
2+
- KEY: "JIRA-TASK"
3+
LABEL: "Jira task ID"
4+
DEFAULT_VALUE: "{{BRANCH_NAME}}"
5+
- KEY: "CHANGE"
6+
LABEL: "Type of change"
7+
OPTIONS:
8+
- VALUE: "feature"
9+
DESC: "Add new feature"
10+
- VALUE: "fix"
11+
DESC: "A bug fix"
12+
- VALUE: "test"
13+
DESC: "Adding missing tests or correcting ones"
14+
- VALUE: "style"
15+
DESC: "A code change to improve clean code"
16+
- VALUE: "build-ci"
17+
DESC: "Changes on the build system or CI files"
18+
- VALUE: "refactor"
19+
DESC: "A code change"
20+
- VALUE: "docs"
21+
DESC: "Documentation only changes"
22+
- KEY: "MESSAGE"
23+
LABEL: "Commit message"
24+
- KEY: "LABEL"
25+
LABEL: "Label"
26+
OPTIONS:
27+
- VALUE: ""
28+
DESC: "No label"
29+
- VALUE: "[CI SKIP]"
30+
DESC: "Skip continous integration pipeline"
31+
- VALUE: "[WIP]"
32+
DESC: "Work In Progress"
33+
TEMPLATE: "{{JIRA-TASK}} ({{CHANGE}}): {{MESSAGE}}{{LABEL}}"

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
vendor
21
src
32
dist
4-
node_modules
3+
node_modules
4+
commit-message-formatter

Gopkg.lock

Lines changed: 0 additions & 343 deletions
This file was deleted.

0 commit comments

Comments
 (0)