Skip to content

Commit d0b6598

Browse files
Update README.md (#26)
* Update README.md * Run oxlint
1 parent 9edc21c commit d0b6598

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,11 @@ linear-release update --stage="in review" --release-version="1.2.0"
156156

157157
### Command Targeting
158158

159-
| Command | With `--release-version` | Without `--release-version` |
160-
| ---------- | -------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
161-
| `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` |
160+
| ---------- | -------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
161+
| `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 |
164164

165165
For scheduled pipelines, prefer always passing `--release-version` in CI, especially when releases overlap.
166166

0 commit comments

Comments
 (0)