From ca51cd88a0df4e67e16efcf8879e51d294ee354c Mon Sep 17 00:00:00 2001 From: Axel Niklasson Yun Date: Mon, 18 May 2026 13:17:46 +0200 Subject: [PATCH] Release v0.11.1 --- README.md | 2 +- VERSION | 2 +- action.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 260fcb0..81508e2 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Once installed, run it from your AI agent with `/linear-release-setup` (or just | `include_paths` | No | | Filter commits by file paths (comma-separated globs for monorepos) | | `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.11.0` | Linear Release CLI version to install | +| `cli_version` | No | `v0.11.1` | Linear Release CLI version to install | ## Outputs diff --git a/VERSION b/VERSION index d9df1bb..af88ba8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.0 +0.11.1 diff --git a/action.yml b/action.yml index 9a51268..f7d0db7 100644 --- a/action.yml +++ b/action.yml @@ -36,9 +36,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.11.0"). Set to "latest" to always use the newest CLI. + description: Linear Release CLI version to install (e.g., "v0.11.1"). Set to "latest" to always use the newest CLI. required: false - default: v0.11.0 + default: v0.11.1 outputs: release-id: