Skip to content

Commit 0917777

Browse files
authored
Release v0.10.0 (#28)
1 parent 0a4b59b commit 0917777

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Once installed, run it from your AI agent with `/linear-release-setup` (or just
6464
| `include_paths` | No | | Filter commits by file paths (comma-separated globs for monorepos) |
6565
| `log_level` | No | | Log verbosity: `quiet` or `verbose`. Omit for default output. |
6666
| `timeout` | No | `60` | Maximum time in seconds to wait for the command to complete |
67-
| `cli_version` | No | `v0.9.0` | Linear Release CLI version to install |
67+
| `cli_version` | No | `v0.10.0` | Linear Release CLI version to install |
6868

6969
## Outputs
7070

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
0.10.0

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ inputs:
3636
description: Maximum time in seconds to wait for the command to complete. Defaults to 60.
3737
required: false
3838
cli_version:
39-
description: Linear Release CLI version to install (e.g., "v0.9.0"). Set to "latest" to always use the newest CLI.
39+
description: Linear Release CLI version to install (e.g., "v0.10.0"). Set to "latest" to always use the newest CLI.
4040
required: false
41-
default: v0.9.0
41+
default: v0.10.0
4242

4343
outputs:
4444
release-id:

0 commit comments

Comments
 (0)