Skip to content

Commit

Permalink
chore: replace standard-version with commit-and-tag-version
Browse files Browse the repository at this point in the history
  • Loading branch information
sozonome committed Oct 14, 2024
1 parent c8406a9 commit f51e8c2
Show file tree
Hide file tree
Showing 2 changed files with 393 additions and 179 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"check:turbo": "pnpm turbo biome:check type:check",
"up-interactive": "pnpm up -i",
"up-latest": "pnpm up-interactive -L",
"release": "cross-env HUSKY=0 standard-version",
"release": "cross-env HUSKY=0 commit-and-tag-version",
"push-release": "git push --follow-tags origin main",
"db:studio": "npx prisma studio",
"prepare": "husky install"
Expand Down Expand Up @@ -82,6 +82,7 @@
"@types/ua-parser-js": "^0.7.39",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/ui": "^2.1.2",
"commit-and-tag-version": "^12.5.0",
"commitizen": "^4.3.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
Expand All @@ -91,7 +92,6 @@
"lint-staged": "^15.2.10",
"next-sitemap": "^4.2.3",
"prisma": "^5.20.0",
"standard-version": "^9.5.0",
"typescript": "^5.6.3",
"vitest": "^2.1.2"
},
Expand Down
Loading

0 comments on commit f51e8c2

Please sign in to comment.