We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce08b38 commit dab1c20Copy full SHA for dab1c20
package.json
@@ -10,6 +10,7 @@
10
"build": "babel source --out-dir distribution",
11
"watch": "npm run build -- --watch",
12
"commit": "git-cz",
13
+ "commitmsg": "node distribution/cli.js --edit",
14
"changelog": "conventional-changelog --preset angular --infile changelog.md --same-file --output-unreleased",
15
"push": "git push && git push --tags && hub release create \"v$(cat .git/RELEASE_VERSION.tmp)\" --message=\"v$(cat .git/RELEASE_VERSION.tmp)\n$(cat .git/COMMITMSG.tmp)\" && npm publish && rm .git/RELEASE_VERSION.tmp && rm .git/COMMITMSG.tmp",
16
"release": "npm version $(conventional-recommended-bump -p angular)",
0 commit comments