We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6beaac commit eb0aa0bCopy full SHA for eb0aa0b
1 file changed
package.json
@@ -27,7 +27,8 @@
27
},
28
"scripts": {
29
"prepublish": "npm run compile",
30
- "publish": "git push origin && git push origin --tags",
+ "publish": "git push origin --tags && npm run changelog && git push origin",
31
+ "changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
32
"release:patch": "npm version patch && npm publish",
33
"release:minor": "npm version minor && npm publish",
34
"release:major": "npm version major && npm publish",
0 commit comments