Skip to content

Commit fa5e5d2

Browse files
authored
docs: Update release instructions (#91)
1 parent 310e8db commit fa5e5d2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/release.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
# Release
22

3-
1. Publish a [GitHub release](https://github.com/n8n-io/task-runner-launcher/releases/new) with a git tag following semver.
4-
5-
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).
6-
7-
> [!WARNING]
8-
> When publishing the GitHub release, mark it as `latest` and NOT as `pre-release` or the `release` workflow will not run.
3+
1. Publish a [GitHub release](https://github.com/n8n-io/task-runner-launcher/releases/new) with a new 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).
94

105
2. Update the `LAUNCHER_VERSION` argument in the main repository:
116

12-
- `docker/images/n8n/Dockerfile`
137
- `docker/images/runners/Dockerfile`
148
- `docker/images/runners/Dockerfile.distroless`

0 commit comments

Comments
 (0)