Skip to content

Commit

Permalink
add manual review plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 committed Oct 21, 2024
1 parent 907f8ae commit 22bfaea
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .releaseconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"dry": false,
"plugins": ["iobroker", "license"]
}
"plugins": [
"iobroker",
"license",
"manual-review"
]
}
16 changes: 16 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@alcalzone/release-script-plugin-manual-review": "^3.5.9",
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/testing": "^5.0.0",
"@types/chai": "^4.3.1",
Expand Down

0 comments on commit 22bfaea

Please sign in to comment.