Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ccd3d1

Browse files
authored
Merge pull request plotly#1246 from plotly/better-postversion
don't auto-run `git push && git push --tags` on version
2 parents 294e007 + dc8b34f commit 2ccd3d1

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
@@ -46,7 +46,7 @@
4646
"baseline": "node tasks/baseline.js",
4747
"preversion": "npm-link-check && npm dedupe && npm ls",
4848
"version": "npm run build && git add -A dist src build",
49-
"postversion": "git push && git push --tags"
49+
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\""
5050
},
5151
"dependencies": {
5252
"3d-view": "^2.0.0",

0 commit comments

Comments
 (0)