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.
1 parent 4601385 commit d3f44eaCopy full SHA for d3f44ea
package.json
@@ -12,7 +12,8 @@
12
"pretest": "npm run lint && npm run build",
13
"test": "jest",
14
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
15
- "version": "npm run changelog && git add CHANGELOG.md"
+ "version": "npm run changelog && git add CHANGELOG.md",
16
+ "postversion": "npm publish && git push && git push --tags"
17
},
18
"repository": {
19
"type": "git",
0 commit comments