From 329a13b4ee488565697f7fa5fb0b63300c03e324 Mon Sep 17 00:00:00 2001 From: Romain Cascino Date: Tue, 19 May 2026 08:42:00 +0100 Subject: [PATCH] Release v0.11.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 81508e2..eb507b4 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.1` | Linear Release CLI version to install | +| `cli_version` | No | `v0.11.2` | Linear Release CLI version to install | ## Outputs diff --git a/VERSION b/VERSION index af88ba8..bc859cb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.1 +0.11.2 diff --git a/action.yml b/action.yml index f7d0db7..9e344c7 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.1"). Set to "latest" to always use the newest CLI. + description: Linear Release CLI version to install (e.g., "v0.11.2"). Set to "latest" to always use the newest CLI. required: false - default: v0.11.1 + default: v0.11.2 outputs: release-id: