Skip to content

Commit

Permalink
fix: should release on tag release-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jan 11, 2024
1 parent 49a1014 commit efbc76f
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 @@ -20,7 +20,7 @@
"lint:tsc": "tsc --noEmit",
"prepare": "patch-package && simple-git-hooks",
"release": "run-s build release:only",
"release:only": "changeset publish",
"release:only": "changeset publish --tag release-v2",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
"typecov": "type-coverage",
"version": "changeset version && yarn --no-immutable"
Expand Down

0 comments on commit efbc76f

Please sign in to comment.