Skip to content

Commit

Permalink
Add release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
BazzaDEV committed Nov 1, 2024
1 parent 7192406 commit 838fadb
Show file tree
Hide file tree
Showing 3 changed files with 1,532 additions and 13 deletions.
6 changes: 6 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://unpkg.com/release-it/schema/release-it.json",
"github": {
"release": true
}
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"db:push": "turbo run db:push",
"ui:add": "turbo run ui:add"
"ui:add": "turbo run ui:add",
"release": "release-it"
},
"devDependencies": {
"prettier": "catalog:",
"release-it": "^17.10.0",
"turbo": "catalog:",
"typescript": "catalog:"
},
Expand Down
Loading

0 comments on commit 838fadb

Please sign in to comment.