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
|`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. |
162
-
|`update`| Updates that exact release version | Updates latest started release, or latest planned release if no started release exists |
163
-
|`complete`| Completes that exact release version | Completes latest started release |
159
+
| 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. |
162
+
|`update`| Updates that exact release version | Updates latest started release, or latest planned release if no started release exists |
163
+
|`complete`| Completes that exact release version | Completes latest started release |
164
164
165
165
For scheduled pipelines, prefer always passing `--release-version` in CI, especially when releases overlap.
0 commit comments