File tree Expand file tree Collapse file tree 2 files changed +21
-7
lines changed Expand file tree Collapse file tree 2 files changed +21
-7
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "rules": {
3
+ "scope-enum": [
4
+ 2,
5
+ "always",
6
+ [
7
+ "rules",
8
+ "cli",
9
+ "release",
10
+ "system"
11
+ ]
12
+ ]
13
+ }
14
+ }
Original file line number Diff line number Diff line change 23
23
"version" : " npm run changelog && git add . && echo \" $(conventional-changelog -p angular)\" > .git/COMMITMSG.tmp" ,
24
24
"postversion" : " echo $(git log -1 --pretty=%B HEAD^..HEAD) > .git/RELEASE_VERSION.tmp && git tag -d v$(cat .git/RELEASE_VERSION.tmp) && git commit --amend -m \" chore(release): $(cat .git/RELEASE_VERSION.tmp)\n\n $(cat .git/COMMITMSG.tmp)\" && git tag -a v$(cat .git/RELEASE_VERSION.tmp) -m \" $(cat .git/COMMITMSG.tmp)\" "
25
25
},
26
+ "config" : {
27
+ "commitizen" : {
28
+ "path" : " cz-conventional-changelog-lint"
29
+ }
30
+ },
26
31
"repository" : {
27
32
"type" : " git" ,
28
33
"url" : " git+https://github.com/marionebl/conventional-changelog-lint.git"
51
56
"babel-plugin-add-module-exports" : " 0.1.2" ,
52
57
"babel-preset-es2015-node4" : " 2.0.3" ,
53
58
"babel-preset-stage-0" : " 6.5.0" ,
54
- "commitizen" : " 2.5.0 " ,
59
+ "commitizen" : " 2.6.1 " ,
55
60
"conventional-changelog-cli" : " 1.0.0" ,
56
61
"conventional-recommended-bump" : " 0.1.0" ,
57
- "cz-conventional-changelog" : " 1 .1.5 " ,
62
+ "cz-conventional-changelog-lint " : " 0 .1.2 " ,
58
63
"eslint" : " 2.2.0" ,
59
64
"eslint-config-xo" : " 0.11.0" ,
60
65
"eslint-plugin-babel" : " 3.1.0" ,
74
79
"meow" : " 3.7.0" ,
75
80
"pos" : " 0.3.0" ,
76
81
"rc" : " 1.1.6"
77
- },
78
- "config" : {
79
- "commitizen" : {
80
- "path" : " ./node_modules/cz-conventional-changelog"
81
- }
82
82
}
83
83
}
You can’t perform that action at this time.
0 commit comments