Skip to content

Commit 0a25aba

Browse files
Release v0.16.0 (#58)
1 parent 17b8c24 commit 0a25aba

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
@@ -71,7 +71,7 @@ Once installed, run it from your AI agent with `/linear-release-setup` (or just
7171
| `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. |
7272
| `log_level` | No | | Log verbosity: `quiet` or `verbose`. Omit for default output. |
7373
| `timeout` | No | `60` | Maximum time in seconds to wait for the command to complete |
74-
| `cli_version` | No | `v0.15.0` | Linear Release CLI version to install |
74+
| `cli_version` | No | `v0.16.0` | Linear Release CLI version to install |
7575
| `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. |
7676

7777
## Outputs

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.1
1+
0.16.0

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ inputs:
5858
description: Maximum time in seconds to wait for the command to complete. Defaults to 60.
5959
required: false
6060
cli_version:
61-
description: Linear Release CLI version to install (e.g., "v0.15.0"). Set to "latest" to always use the newest CLI.
61+
description: Linear Release CLI version to install (e.g., "v0.16.0"). Set to "latest" to always use the newest CLI.
6262
required: false
63-
default: v0.15.0
63+
default: v0.16.0
6464
github_token:
6565
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.
6666
required: false

0 commit comments

Comments
 (0)