Skip to content

Commit f64cdc6

Browse files
authored
Bump default cli version to v0.4.0 (#7)
1 parent b4f5c81 commit f64cdc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ steps:
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

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3434
outputs:
3535
release-id:

0 commit comments

Comments
 (0)