Skip to content

Commit

Permalink
Add scripts to make an RC or Beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
itavero committed Dec 12, 2022
1 parent c58a4b6 commit f0035d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@
"check-release": "release-it --dry-run -VV",
"release": "release-it",
"check-pre-release": "release-it --dry-run -VV --npm.tag=next",
"pre-release": "release-it --npm.tag=next"
"pre-release": "release-it --npm.tag=next",
"beta-release": "release-it --preRelease=beta --npm.tag=next",
"check-beta-release": "release-it --preRelease=beta --npm.tag=next",
"rc-release": "release-it --preRelease=rc --npm.tag=next",
"check-rc-release": "release-it --preRelease=rc --npm.tag=next"
},
"keywords": [
"homebridge-plugin",
Expand Down

0 comments on commit f0035d6

Please sign in to comment.