Skip to content

Commit

Permalink
chore: automatic v1 push after release (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
chabou authored Oct 11, 2021
1 parent 67bea38 commit 6f99f53
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 @@
"package": "ncc build --source-map --license licenses.txt",
"all": "npm run build && npm run format && npm run lint && npm run package",
"test:git-dirty": "[[ -z $(git status -s) ]] || (echo 'Your git worktree is dirty. Please stash or remove.' && /usr/bin/false)",
"release": "yarn test:git-dirty && yarn standard-version",
"release": "yarn test:git-dirty && yarn standard-version && yarn push",
"push": "git push origin :refs/tags/v1 && git tag -fa v1 -m v1 && git push --follow-tags origin master"
},
"husky": {
Expand Down

0 comments on commit 6f99f53

Please sign in to comment.