Skip to content

Commit

Permalink
Push tags from master
Browse files Browse the repository at this point in the history
  • Loading branch information
srod committed Apr 9, 2017
1 parent 06dbc21 commit fe39109
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"posttest": "npm run clean",
"clean": "rm -f ./examples/public/dist/*",
"clean-cov": "npm run clean && rm -Rf ./coverage",
"release-patch": "npm version patch -m 'Bump %s' && git push --tags origin HEAD:develop",
"release-minor": "npm version minor -m 'Bump %s' && git push --tags origin HEAD:develop",
"release-major": "npm version major -m 'Bump %s' && git push --tags origin HEAD:develop",
"release-patch": "npm version patch -m 'Bump %s' && git push --tags origin HEAD:master",
"release-minor": "npm version minor -m 'Bump %s' && git push --tags origin HEAD:master",
"release-major": "npm version major -m 'Bump %s' && git push --tags origin HEAD:master",
"publish-latest": "npm publish",
"publish-beta": "npm publish --tag beta"
},
Expand Down

0 comments on commit fe39109

Please sign in to comment.