File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5151| `version` | No | | Release version identifier |
5252| `stage` | No | | Deployment stage such as `staging` or `production` (required for `update`) |
5353| `include_paths` | No | | Filter commits by file paths (comma-separated globs for monorepos) |
54- | `cli_version` | No | `v0.3 .0` | Linear Release CLI version tag to install |
54+ | `cli_version` | No | `v0.4 .0` | Linear Release CLI version tag to install |
5555
5656` cli_version` can be set to `latest` to always download the newest CLI release. This is opt-in and may include breaking changes.
5757
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ inputs:
2727 description : Filter commits by file paths using comma-separated globs (e.g., "apps/web/**,packages/**"). Useful for monorepos.
2828 required : false
2929 cli_version :
30- description : Linear Release CLI version tag to install (e.g., "v0.3 .0").
30+ description : Linear Release CLI version tag to install (e.g., "v0.4 .0").
3131 required : false
32- default : v0.3 .0
32+ default : v0.4 .0
3333
3434outputs :
3535 release-id :
You can’t perform that action at this time.
0 commit comments