Skip to content

Commit 8006afe

Browse files
committed
Tag v6 releases with a v6 tag on npm
1 parent 5da2759 commit 8006afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"format:check": "prettier --ignore-path .eslintignore --check .",
99
"lint": "eslint --cache .",
1010
"prerelease": "pnpm build",
11-
"release": "changeset publish",
11+
"release": "changeset publish --tag v6",
1212
"size": "filesize",
1313
"test": "jest",
1414
"test:inspect": "node --inspect-brk ./node_modules/.bin/jest",

0 commit comments

Comments
 (0)