From ee47b3c8225a3a8dfd862665b33a2a585353627b Mon Sep 17 00:00:00 2001 From: Axel Niklasson Yun Date: Fri, 5 Jun 2026 11:10:25 +0200 Subject: [PATCH 1/2] Release v0.14.2 --- README.md | 2 +- VERSION | 2 +- action.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 65ea875..2366c12 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.0` | Linear Release CLI version to install | +| `cli_version` | No | `v0.14.2` | 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 930e300..e867cc2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.1 +0.14.2 diff --git a/action.yml b/action.yml index 21ff6aa..b63bb66 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.0"). Set to "latest" to always use the newest CLI. + description: Linear Release CLI version to install (e.g., "v0.14.2"). Set to "latest" to always use the newest CLI. required: false - default: v0.14.0 + default: v0.14.2 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 From 2fe417c7f27cf5341a13a4ecc0a0c94fceb423f5 Mon Sep 17 00:00:00 2001 From: Axel Niklasson Yun Date: Fri, 5 Jun 2026 11:11:57 +0200 Subject: [PATCH 2/2] Revert CLI bump --- README.md | 2 +- action.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2366c12..65ea875 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.2` | Linear Release CLI version to install | +| `cli_version` | No | `v0.14.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/action.yml b/action.yml index b63bb66..21ff6aa 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.2"). Set to "latest" to always use the newest CLI. + description: Linear Release CLI version to install (e.g., "v0.14.0"). Set to "latest" to always use the newest CLI. required: false - default: v0.14.2 + default: v0.14.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