Skip to content

Commit 6e97671

Browse files
committed
Release v0.14.5
1 parent 3b63462 commit 6e97671

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
@@ -70,7 +70,7 @@ Once installed, run it from your AI agent with `/linear-release-setup` (or just
7070
| `dry_run` | No | `false` | When `true`, scan commits and call read-only Linear APIs but skip the create/update mutations. Logs the action that would have been taken; no release is created or modified. |
7171
| `log_level` | No | | Log verbosity: `quiet` or `verbose`. Omit for default output. |
7272
| `timeout` | No | `60` | Maximum time in seconds to wait for the command to complete |
73-
| `cli_version` | No | `v0.14.2` | Linear Release CLI version to install |
73+
| `cli_version` | No | `v0.14.3` | Linear Release CLI version to install |
7474
| `github_token` | No | `${{ github.token }}` | GitHub token used to authenticate the CLI download. Authenticating avoids the low anonymous rate limit that can fail on busy or shared runners. Defaults to the workflow's automatic token; pass your own token to use a higher rate limit. |
7575

7676
## Outputs

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.4
1+
0.14.5

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ inputs:
5555
description: Maximum time in seconds to wait for the command to complete. Defaults to 60.
5656
required: false
5757
cli_version:
58-
description: Linear Release CLI version to install (e.g., "v0.14.2"). Set to "latest" to always use the newest CLI.
58+
description: Linear Release CLI version to install (e.g., "v0.14.3"). Set to "latest" to always use the newest CLI.
5959
required: false
60-
default: v0.14.2
60+
default: v0.14.3
6161
github_token:
6262
description: GitHub token used to authenticate release downloads through the GitHub CLI. Defaults to the workflow's automatic token. Pass a personal access token or GitHub App token when downloading from another repository or when you need higher rate limits than the default token provides.
6363
required: false

0 commit comments

Comments
 (0)