From 1d3facad66012382cc1d66b737b881f37609b005 Mon Sep 17 00:00:00 2001 From: Romain Cascino Date: Thu, 19 Feb 2026 11:13:47 +0100 Subject: [PATCH] Bump default cli version to v0.4.0 --- README.md | 2 +- action.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 482fdc5..b31c3a9 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ steps: | `version` | No | | Release version identifier | | `stage` | No | | Deployment stage such as `staging` or `production` (required for `update`) | | `include_paths` | No | | Filter commits by file paths (comma-separated globs for monorepos) | -| `cli_version` | No | `v0.3.0` | Linear Release CLI version tag to install | +| `cli_version` | No | `v0.4.0` | Linear Release CLI version tag to install | `cli_version` can be set to `latest` to always download the newest CLI release. This is opt-in and may include breaking changes. diff --git a/action.yml b/action.yml index cea4c72..e4347b1 100644 --- a/action.yml +++ b/action.yml @@ -27,9 +27,9 @@ inputs: description: Filter commits by file paths using comma-separated globs (e.g., "apps/web/**,packages/**"). Useful for monorepos. required: false cli_version: - description: Linear Release CLI version tag to install (e.g., "v0.3.0"). + description: Linear Release CLI version tag to install (e.g., "v0.4.0"). required: false - default: v0.3.0 + default: v0.4.0 outputs: release-id: