Skip to content

Commit

Permalink
[INTERNAL] package.json: Move postversion git push to prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Nov 20, 2023
1 parent 7a5c2ab commit 553d6bd
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 @@ -51,7 +51,7 @@
"jsdoc-watch": "npm run jsdoc && chokidar \"./lib/**/*.js\" -c \"npm run jsdoc-generate\"",
"preversion": "npm test",
"version": "git-chglog --sort semver --next-tag v$npm_package_version -o CHANGELOG.md v3.0.0.. && git add CHANGELOG.md",
"postversion": "git push --follow-tags",
"prepublishOnly": "git push --follow-tags",
"release-note": "git-chglog --sort semver -c .chglog/release-config.yml v$npm_package_version",
"depcheck": "depcheck --ignores @ui5/fs,docdash,@istanbuljs/esm-loader-hook"
},
Expand Down

0 comments on commit 553d6bd

Please sign in to comment.