Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
fix: no git push tags on standard-version
Browse files Browse the repository at this point in the history
  • Loading branch information
scaccogatto committed Sep 23, 2020
1 parent c413fb2 commit d0b216a
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 @@ -13,7 +13,7 @@
"standard-version": "^9.0.0"
},
"scripts": {
"release": "standard-version && git push --follow-tags",
"release": "standard-version",
"test": "echo \"NotFound: no test specified\" && exit 0"
},
"repository": {
Expand Down

0 comments on commit d0b216a

Please sign in to comment.