Skip to content

Commit

Permalink
Added release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Dec 22, 2022
1 parent cfbb741 commit f421651
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .releaseconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"plugins": ["iobroker", "license"]
}
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@
],
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"release": "release-script"
"release": "release-script",
"release-patch": "release-script patch --yes",
"release-minor": "release-script minor --yes",
"release-major": "release-script major --yes"

},
"bugs": {
"url": "https://github.com/iobroker-community-adapters/ioBroker.fhem/issues"
Expand Down

0 comments on commit f421651

Please sign in to comment.