From 6ab74cc913bf07131f1fafadd1386103a08cd841 Mon Sep 17 00:00:00 2001 From: Axel Niklasson Yun Date: Mon, 18 May 2026 10:09:05 +0200 Subject: [PATCH] Release v0.11.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 40483f4..260fcb0 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.10.0` | Linear Release CLI version to install | +| `cli_version` | No | `v0.11.0` | Linear Release CLI version to install | ## Outputs diff --git a/VERSION b/VERSION index 78bc1ab..d9df1bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.0 +0.11.0 diff --git a/action.yml b/action.yml index 53058fb..9a51268 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.10.0"). Set to "latest" to always use the newest CLI. + description: Linear Release CLI version to install (e.g., "v0.11.0"). Set to "latest" to always use the newest CLI. required: false - default: v0.10.0 + default: v0.11.0 outputs: release-id: