Skip to content

Commit 859363d

Browse files
fix(dev): replace standard-version with commit-and-tag-version
1 parent 01cd1b6 commit 859363d

File tree

2 files changed

+378
-114
lines changed

2 files changed

+378
-114
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dev": "pnpm run start",
2020
"sign": "env-cmd -x web-ext sign --api-key=\\$WEB_EXT_API_KEY --api-secret=\\$WEB_EXT_API_SECRET",
2121
"prepare": "husky",
22-
"release:version": "standard-version --sign",
22+
"release:version": "commit-and-tag-version --sign",
2323
"release:tags": "git push --follow-tags origin main",
2424
"release:github": "env-cmd conventional-github-releaser -p conventionalcommits",
2525
"release": "pnpm run release:version && pnpm run release:tags && pnpm run release:github"
@@ -60,6 +60,7 @@
6060
"@vitejs/plugin-react": "^4.3.2",
6161
"@vitest/ui": "^2.1.2",
6262
"chokidar-cli": "^3.0.0",
63+
"commit-and-tag-version": "^12.5.0",
6364
"concurrently": "^9.0.1",
6465
"conventional-github-releaser": "^3.1.5",
6566
"downshift": "^9.0.8",
@@ -81,7 +82,6 @@
8182
"react-icons": "^5.3.0",
8283
"react-modal": "^3.16.1",
8384
"rimraf": "^6.0.1",
84-
"standard-version": "^9.5.0",
8585
"typescript": "^5.6.3",
8686
"typescript-plugin-css-modules": "^5.1.0",
8787
"vite": "^5.4.8",

0 commit comments

Comments
 (0)