We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80c4e01 + 86c076b commit e176b26Copy full SHA for e176b26
package.json
@@ -25,6 +25,11 @@
25
"version": "npm run changelog && git add . && echo \"$(conventional-changelog -p angular)\" > .git/COMMITMSG.tmp",
26
"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$(cat .git/COMMITMSG.tmp)\" && git tag -a v$(cat .git/RELEASE_VERSION.tmp) -m \"$(cat .git/COMMITMSG.tmp)\""
27
},
28
+ "config": {
29
+ "commitizen": {
30
+ "path": "cz-conventional-changelog-lint"
31
+ }
32
+ },
33
"repository": {
34
"type": "git",
35
"url": "git+https://github.com/nerdlabs/patternplate-transform-cssmodules.git"
0 commit comments