From e40fdc4fcce1205907255a8ff11f90aeb3603c7d Mon Sep 17 00:00:00 2001 From: Romain Cascino Date: Mon, 27 Jul 2026 14:02:23 +0200 Subject: [PATCH] Release v0.15.0 --- README.md | 2 +- VERSION | 2 +- action.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9b791bc..95c1f07 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Once installed, run it from your AI agent with `/linear-release-setup` (or just | `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. | | `log_level` | No | | Log verbosity: `quiet` or `verbose`. Omit for default output. | | `timeout` | No | `60` | Maximum time in seconds to wait for the command to complete | -| `cli_version` | No | `v0.14.4` | Linear Release CLI version to install | +| `cli_version` | No | `v0.15.0` | Linear Release CLI version to install | | `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. | ## Outputs diff --git a/VERSION b/VERSION index 226468e..a551051 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.6 +0.15.0 diff --git a/action.yml b/action.yml index f3505df..dfcab3a 100644 --- a/action.yml +++ b/action.yml @@ -55,9 +55,9 @@ inputs: description: Maximum time in seconds to wait for the command to complete. Defaults to 60. required: false cli_version: - description: Linear Release CLI version to install (e.g., "v0.14.4"). Set to "latest" to always use the newest CLI. + description: Linear Release CLI version to install (e.g., "v0.15.0"). Set to "latest" to always use the newest CLI. required: false - default: v0.14.4 + default: v0.15.0 github_token: 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. required: false