Skip to content

Commit

Permalink
chore: non-rc release
Browse files Browse the repository at this point in the history
  • Loading branch information
shishkin committed Jul 29, 2023
1 parent 4b54dab commit 15dead2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"build": "unbuild",
"ci": "npm run build && npm run build --workspace=example",
"prepare": "husky install",
"release": "release-it --preRelease=rc"
"release": "release-it"
},
"release-it": {
"plugins": {
Expand All @@ -50,7 +50,7 @@
"publish": true
},
"github": {
"draft": true
"release": true
}
},
"repository": {
Expand Down

0 comments on commit 15dead2

Please sign in to comment.