Skip to content

Commit 3e29e12

Browse files
authored
execute test before release (#2324)
* execute test before release * adapt release description
1 parent 62fc460 commit 3e29e12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/official-release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
run: npm run preinstall && npm run install
5353

5454
- name: Test
55-
if: steps.changes.outputs.result == 'ok'
5655
run: npm test
5756

5857
- name: Determine the version bump

CONTRIBUTING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ in your local iobroker folder, e.g. `/opt/iobroker`. Then build the project in t
5454
where you have applied changes too in the build folder with the ones from the corresponding build directory of your workspace.
5555

5656
### Release
57-
Prepare the changelog, add news to `io-package.json` manually and run `npm run release`
57+
Prepare the changelog with a `## __WORK IN PROGRESS__` header. When this is present on `master` branch, you can use the `Official release` workflow,
58+
which is triggered by a workflow dispatch button directly on GitHub.

0 commit comments

Comments
 (0)