Skip to content

Commit

Permalink
updated release commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Weber committed Nov 17, 2024
1 parent 4017b41 commit bdc97e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@
"check": "tsc --noEmit -p tsconfig.check.json",
"lint": "eslint --ext .js,.jsx .",
"translate": "translate-adapter",
"release": "release-script major --yes"
"release": "release-script patch --yes",
"release-minor": "release-script minor --yes",
"release-major": "release-script major --yes"
},
"bugs": {
"url": "https://github.com/weberk/ioBroker.uvr16xx-blnet/issues"
Expand Down

0 comments on commit bdc97e2

Please sign in to comment.