Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 692 Bytes

release.md

File metadata and controls

20 lines (13 loc) · 692 Bytes

Release

  1. Create a git tag following semver:
git tag 1.2.0
git push origin 1.2.0
  1. 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.

  1. Update the LAUNCHER_VERSION argument in two Dockerfiles of the main repository:
  • docker/images/n8n/Dockerfile
  • docker/images/n8n-custom/Dockerfile