diff --git a/.github/workflows/official-release.yml b/.github/workflows/official-release.yml index 85b1b15f63..84e75cc44a 100644 --- a/.github/workflows/official-release.yml +++ b/.github/workflows/official-release.yml @@ -52,7 +52,6 @@ jobs: run: npm run preinstall && npm run install - name: Test - if: steps.changes.outputs.result == 'ok' run: npm test - name: Determine the version bump diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a945556d47..1e92d47dc3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,4 +54,5 @@ in your local iobroker folder, e.g. `/opt/iobroker`. Then build the project in t where you have applied changes too in the build folder with the ones from the corresponding build directory of your workspace. ### Release -Prepare the changelog, add news to `io-package.json` manually and run `npm run release` \ No newline at end of file +Prepare the changelog with a `## __WORK IN PROGRESS__` header. When this is present on `master` branch, you can use the `Official release` workflow, +which is triggered by a workflow dispatch button directly on GitHub. \ No newline at end of file