Skip to content

Commit

Permalink
Release Script
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Nov 12, 2021
1 parent 7a3931c commit 7017607
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 9 deletions.
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"]
}
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ show();

## Changelog

<!--
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### 1.5.0

* (klein0r) Fixed myData DIY data type **(BREAKING CHANGE - requires SimpleAPI 2.6.2 or later to use json parameter)**
Expand Down
179 changes: 172 additions & 7 deletions package-lock.json

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

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"axios": "^0.24.0"
},
"devDependencies": {
"@alcalzone/release-script": "^2.2.1",
"@alcalzone/release-script": "^3.4.1",
"@alcalzone/release-script-plugin-iobroker": "^3.4.1",
"@alcalzone/release-script-plugin-license": "^3.4.1",
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@iobroker/adapter-react": "2.0.13",
Expand Down Expand Up @@ -78,7 +80,9 @@
"test": "npm run test:js && npm run test:package",
"check": "tsc --noEmit -p tsconfig.check.json",
"lint": "eslint --ext .js,.jsx",
"release": "release-script"
"release": "release-script patch --yes",
"release-minor": "release-script minor --yes",
"release-major": "release-script major --yes"
},
"bugs": {
"url": "https://github.com/klein0r/ioBroker.lametric/issues"
Expand Down

0 comments on commit 7017607

Please sign in to comment.