- Create a git tag following semver:
git tag 1.2.0
git push origin 1.2.0
- Publish a GitHub release with the tag.
The release
workflow will build binaries for arm64 and amd64 and upload them to the release in the releases page.
Warning
Mark the GitHub release as latest
and NOT as pre-release
or the release
workflow will not run.
- Update the
LAUNCHER_VERSION
argument in two Dockerfiles of the main repository:
docker/images/n8n/Dockerfile
docker/images/n8n-custom/Dockerfile