Skip to content

Commit

Permalink
Add release-it for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaKrishnaNamburu committed Sep 7, 2023
1 parent a069e2f commit 84904e6
Show file tree
Hide file tree
Showing 2 changed files with 2,193 additions and 41 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@
"package.json",
"README.md"
],
"release-it": {
"git": {
"tagName": "v${version}"
},
"github": {
"commitMessage": "chore: release v${version}",
"release": false
},
"npm": false
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.0.0",
Expand All @@ -56,6 +66,7 @@
"pretty-quick": "^3.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"release-it": "^16.1.5",
"vite": "^4.3.9",
"vitest": "^0.32.2"
}
Expand Down
Loading

0 comments on commit 84904e6

Please sign in to comment.