From 6d7415cda95e94e715ee498ecccfce91753fda43 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Tue, 11 Oct 2022 23:04:02 -0500 Subject: [PATCH] chore(release): move v2 tag --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd8e64b..6074404 100644 --- a/package.json +++ b/package.json @@ -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",