Skip to content

Commit

Permalink
chore: add commit and tag version lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Crauzer committed May 16, 2024
1 parent 9179f90 commit fcc51f0
Show file tree
Hide file tree
Showing 2 changed files with 1,291 additions and 15 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"lint": "eslint --fix \"./**/*.{ts,tsx}\"",
"test": "vitest --run",
"testWatch": "vitest",
"prepare": "husky"
"prepare": "husky",
"release": "commit-and-tag-version"
},
"dependencies": {
"@hello-pangea/dnd": "^16.3.0",
Expand Down Expand Up @@ -71,6 +72,7 @@
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.16",
"commit-and-tag-version": "^12.4.1",
"eslint": "~8.46.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.13.4",
Expand Down
Loading

0 comments on commit fcc51f0

Please sign in to comment.