Skip to content

Commit

Permalink
update release script to use no push option
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Jul 21, 2024
1 parent 97b454a commit 2c648e0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 266 deletions.
286 changes: 23 additions & 263 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@iobroker/adapter-core": "^3.1.6"
},
"devDependencies": {
"@alcalzone/release-script": "^3.5.6",
"@alcalzone/release-script-plugin-iobroker": "^3.5.7",
"@alcalzone/release-script": "https://github.com/foxriver76/release-script",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@iobroker/testing": "^4.1.3",
"@iobroker/types": "^6.0.9",
"@types/mocha": "^10.0.7",
Expand All @@ -61,7 +61,7 @@
"test:integration": "mocha -r ts-node/register test/integrationAdapter.ts --exit",
"test": "mocha -r ts-node/register test/*.ts --exit",
"lint": "eslint src/",
"release": "release-script -p iobroker"
"release": "release-script -p iobroker --noPush"
},
"bugs": {
"url": "https://github.com/foxriver76/ioBroker.denon/issues"
Expand Down

0 comments on commit 2c648e0

Please sign in to comment.