From a833dad8e305e88ed417ee832c15c06666393b22 Mon Sep 17 00:00:00 2001 From: Romain Cascino Date: Wed, 1 Apr 2026 18:41:15 +0100 Subject: [PATCH] Add nudge about updating action too --- scripts/release.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/release.sh b/scripts/release.sh index ba2e75c..948b893 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -97,3 +97,5 @@ After this PR is merged, the \`v$VERSION\` tag will be created automatically, tr echo "" echo "PR created: $PR_URL" echo "Once merged, the tag 'v$VERSION' will be created automatically and the release workflow will run." +echo "" +echo "Reminder: after the release is published, update the default CLI version to v$VERSION in linear-release-action (action.yml and README.md)."