Skip to content

Commit

Permalink
Added release-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jul 5, 2022
1 parent bf84602 commit 70cc352
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
"check": "tsc --noEmit -p tsconfig.check.json",
"lint": "eslint --ext .js,.jsx",
"translate": "translate-adapter",
"release": "release-script patch --yes",
"release": "release-script",
"release-patch": "release-script patch --yes",
"release-minor": "release-script minor --yes",
"release-major": "release-script major --yes"
}
Expand Down

0 comments on commit 70cc352

Please sign in to comment.