File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 16
16
"commit" : " git-cz" ,
17
17
"commitmsg" : " node distribution/cli.js --edit" ,
18
18
"changelog" : " conventional-changelog --preset angular --infile changelog.md --same-file --output-unreleased" ,
19
- "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 " ,
19
+ "push" : " git push && git push --tags && hub release create \" v$npm_package_version \" --message=\" v$npm_package_version \n $(conventional-changelog -p angular )\" && npm publish" ,
20
20
"test" : " eslint *.js && jsonlint-cli *.json && node distribution/cli.js --from=HEAD~1" ,
21
21
"preversion" : " npm run build && npm test" ,
22
22
"release" : " npm version --no-git-tag-version $(conventional-recommended-bump -p angular)" ,
You can’t perform that action at this time.
0 commit comments