We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v3.x
1 parent 4254d80 commit a31ad80Copy full SHA for a31ad80
package.json
@@ -50,7 +50,7 @@
50
"lint:es": "eslint . --cache",
51
"lint:tsc": "tsc --noEmit",
52
"prepare": "simple-git-hooks && yarn-berry-deduplicate || exit 0",
53
- "release": "clean-pkg-json && changeset publish",
+ "release": "clean-pkg-json && changeset publish --tag v3.x",
54
"test": "run-p 'test:*'",
55
"test:dotInclude": "yarn eslint --ext ts,tsx tests/dotInclude --ignore-pattern \"!.dot\"",
56
"test:dotPaths": "yarn eslint --ext ts,tsx tests/dotPaths --ignore-pattern \"!.dot\"",
0 commit comments