Skip to content

Commit

Permalink
chore: add signing to standard-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Barabanov committed Mar 9, 2018
1 parent d261280 commit 1009046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"commitmsg": "validate-commit-msg",
"prepush": "npm run ts:style && npm run test:only-changed",
"prerelease": "npm run build",
"release": "standard-version",
"release": "standard-version --sign",
"postrelease": "npm run release:github && npm run release:npm",
"release:github": "git push --follow-tags origin master",
"release:npm": "npm publish",
Expand Down

0 comments on commit 1009046

Please sign in to comment.