Skip to content

Commit

Permalink
chore(release): set custom tag name to avoid setting the latest tag o…
Browse files Browse the repository at this point in the history
…n npm registry to older major
  • Loading branch information
dominikg committed Dec 12, 2024
1 parent dce8a5d commit c8862d9
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 @@ -16,7 +16,7 @@
"lint": "pnpm check:lint --fix",
"format": "pnpm check:format --write",
"fixup": "run-s lint format",
"release": "pnpm changeset publish",
"release": "pnpm changeset publish --tag version-4",
"prepare": "husky",
"playwright": "playwright-core",
"generate:types": "pnpm --filter \"./packages/*\" --parallel generate:types"
Expand Down

0 comments on commit c8862d9

Please sign in to comment.