Skip to content

Commit

Permalink
package.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
rg-engineering committed Nov 24, 2024
1 parent a1cccb6 commit 218eb51
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
# export SENTRY_URL=https://sentry.io
# export SENTRY_ORG=rg-engineering
# export SENTRY_PROJECT=iobroker_vis-weather
# export SENTRY_VERSION=rg-engineering.vis-weather@${{ steps.extract_release.outputs.VERSION }}
# export SENTRY_VERSION=iobroker.vis-weather@${{ steps.extract_release.outputs.VERSION }}
# sentry-cli releases new $SENTRY_VERSION
# sentry-cli releases set-commits $SENTRY_VERSION --auto
# sentry-cli releases finalize $SENTRY_VERSION
Expand Down
2 changes: 1 addition & 1 deletion .releaseconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"plugins": [ "iobroker", "license" ]
"plugins": [ "iobroker", "license", "manual-review" ]

}
23 changes: 22 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,26 @@
"lint": "eslint",
"translate": "translate-adapter",
"release": "release-script"
}
},
"files": [
"admin/",
"admin{,/!(i18n)/**}/flat.txt",
"lib/",
"!.vscode",
"!.github",
"!.git",
"!.gitignore",
"!.gitattributes",
"!node_modules",
"!tasks",
"!.idea",
"!test",
"!typings",
"www/",
"widgets/",
"io-package.json",
"LICENSE"

],
"readmeFilename": "README.md"
}

0 comments on commit 218eb51

Please sign in to comment.