You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--name`|`sync`| Custom release name. Defaults to short commit hash. |
131
-
|`--release-version`|`sync`, `complete`, `update`| Release version identifier. For `sync`, defaults to short commit hash. For `complete` and `update`, if omitted, targets the most recent started release. |
132
-
|`--stage`|`update`| Target deployment stage (required for `update`) |
133
-
|`--include-paths`|`sync`| Filter commits by changed file paths |
134
-
|`--json`|`sync`, `complete`, `update`| Output result as JSON |
|`--name`|`sync`| Custom release name. Continuous pipelines: used when creating a release. Scheduled pipelines: used only when `sync` creates a new release; existing release names are preserved. Ignored (with warning) for `complete` and `update`. |
131
+
|`--release-version`|`sync`, `complete`, `update`| Release version identifier. For `sync`, defaults to short commit hash. For `complete` and `update`, if omitted, targets the most recent started release. |
132
+
|`--stage`|`update`| Target deployment stage (required for `update`) |
133
+
|`--include-paths`|`sync`| Filter commits by changed file paths |
134
+
|`--json`|`sync`, `complete`, `update`| Output result as JSON |
135
+
136
+
### Command Targeting
137
+
138
+
| 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. |
141
+
|`update`| Updates that exact release version | Updates latest started release, or latest planned release if no started release exists |
142
+
|`complete`| Completes that exact release version | Completes latest started release |
143
+
144
+
For scheduled pipelines, prefer always passing `--release-version` in CI, especially when releases overlap.
135
145
136
146
### JSON Output
137
147
@@ -168,6 +178,13 @@ Path patterns can also be configured in your pipeline settings in Linear. If bot
0 commit comments