Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
chore(release): move v2 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Oct 12, 2022
1 parent 55c7480 commit 6d7415c
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 @@ -19,7 +19,7 @@
"test-watch": "jest --watch",
"all": "yarn build && yarn format-check && yarn lint && yarn package && yarn test",
"shipit": "npx semantic-release",
"move-v1-tag": "git tag -d v1 && git push origin :refs/tags/v1 && git tag v1 && git push --tags"
"move-v2-tag": "git tag -d v2 && git push origin :refs/tags/v2 && git tag v2 && git push --tags"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6d7415c

Please sign in to comment.