Skip to content

Commit

Permalink
Tag v6 releases with a v6 tag on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Jan 16, 2025
1 parent 5da2759 commit 8006afe
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 @@ -8,7 +8,7 @@
"format:check": "prettier --ignore-path .eslintignore --check .",
"lint": "eslint --cache .",
"prerelease": "pnpm build",
"release": "changeset publish",
"release": "changeset publish --tag v6",
"size": "filesize",
"test": "jest",
"test:inspect": "node --inspect-brk ./node_modules/.bin/jest",
Expand Down

0 comments on commit 8006afe

Please sign in to comment.