Skip to content

Commit 8b8dedf

Browse files
committed
chore(system): adapt push scripts
1 parent 0e2a430 commit 8b8dedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"commit": "git-cz",
1717
"commitmsg": "node distribution/cli.js --edit",
1818
"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",
2020
"test": "eslint *.js && jsonlint-cli *.json && node distribution/cli.js --from=HEAD~1",
2121
"preversion": "npm run build && npm test",
2222
"release": "npm version --no-git-tag-version $(conventional-recommended-bump -p angular)",

0 commit comments

Comments
 (0)