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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ steps:
48
48
| `access_key` | Yes | | Linear pipeline access key for authentication |
49
49
| `command` | No | `sync` | Command to run: `sync`, `complete`, or `update` |
50
50
| `name` | No | | Custom release name for `sync`. Continuous pipelines: used on create. Scheduled pipelines: used only when `sync` creates a release; existing release names are preserved. Ignored (with warning) for `complete` and `update`. |
51
-
| `version` | No | | Release version identifier |
51
+
| `version` | No | | Release version identifier (alias: `release_version`) |
52
52
| `stage` | No | | Deployment stage such as `staging` or `production` (required for `update`) |
53
53
| `include_paths` | No | | Filter commits by file paths (comma-separated globs for monorepos) |
54
54
| `cli_version` | No | `v0.4.0` | Linear Release CLI version tag to install |
0 commit comments