Skip to content

Commit c8862d9

Browse files
committed
chore(release): set custom tag name to avoid setting the latest tag on npm registry to older major
1 parent dce8a5d commit c8862d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint": "pnpm check:lint --fix",
1717
"format": "pnpm check:format --write",
1818
"fixup": "run-s lint format",
19-
"release": "pnpm changeset publish",
19+
"release": "pnpm changeset publish --tag version-4",
2020
"prepare": "husky",
2121
"playwright": "playwright-core",
2222
"generate:types": "pnpm --filter \"./packages/*\" --parallel generate:types"

0 commit comments

Comments
 (0)