Skip to content

Commit

Permalink
execute test before release (#2324)
Browse files Browse the repository at this point in the history
* execute test before release

* adapt release description
  • Loading branch information
foxriver76 authored Jul 3, 2023
1 parent 62fc460 commit 3e29e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/official-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
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.

0 comments on commit 3e29e12

Please sign in to comment.