From a531d3ab5e2d92944339ab10587c6af5bcfb624a Mon Sep 17 00:00:00 2001 From: Axel Niklasson Yun Date: Wed, 11 Mar 2026 11:23:16 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86513dd..3861f4c 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ linear-release update --stage="in review" --release-version="1.2.0" | Command | With `--release-version` | Without `--release-version` | | ---------- | -------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | -| `sync` | Targets matching version or creates a release for that version | Continuous pipelines create a release with short SHA name/version. Scheduled pipelines use the current started/planned flow. | +| `sync` | Targets matching version or creates a release for that version | Continuous pipelines create a release with short SHA name/version. Scheduled pipelines use the currently started release, or move the latest planned release to started automatically if no started release can be found. | | `update` | Updates that exact release version | Updates latest started release, or latest planned release if no started release exists | | `complete` | Completes that exact release version | Completes latest started release | From 09567ec57718a7c49e8455e4e172b5b6b1d5f36f Mon Sep 17 00:00:00 2001 From: Axel Niklasson Yun Date: Wed, 11 Mar 2026 11:59:57 +0100 Subject: [PATCH 2/2] Run oxlint --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3861f4c..b313ddb 100644 --- a/README.md +++ b/README.md @@ -156,11 +156,11 @@ linear-release update --stage="in review" --release-version="1.2.0" ### Command Targeting -| Command | With `--release-version` | Without `--release-version` | -| ---------- | -------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | +| Command | With `--release-version` | Without `--release-version` | +| ---------- | -------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `sync` | Targets matching version or creates a release for that version | Continuous pipelines create a release with short SHA name/version. Scheduled pipelines use the currently started release, or move the latest planned release to started automatically if no started release can be found. | -| `update` | Updates that exact release version | Updates latest started release, or latest planned release if no started release exists | -| `complete` | Completes that exact release version | Completes latest started release | +| `update` | Updates that exact release version | Updates latest started release, or latest planned release if no started release exists | +| `complete` | Completes that exact release version | Completes latest started release | For scheduled pipelines, prefer always passing `--release-version` in CI, especially when releases overlap.