1
2
3
4
5
6
7
8
9
10
11
12
13
14
15# Release
1. Publish a [GitHub release](https://github.com/n8n-io/task-runner-launcher/releases/new) with a git tag following semver.
The [`release` workflow](../.github/workflows/release.yml) will build binaries for arm64 and amd64 and upload them to the release in the [releases page](https://github.com/n8n-io/task-runner-launcher/releases).
> [!WARNING]
> When publishing the GitHub release, mark it as `latest` and NOT as `pre-release` or the `release` workflow will not run.
2. Update the `LAUNCHER_VERSION` argument in the main repository:
- `docker/images/n8n/Dockerfile`
- `docker/images/runners/Dockerfile`
- `docker/images/runners/Dockerfile.distroless`