From 6432262be5e19fc5f3a80024f0b9f3f0b936fcaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Wed, 2 Apr 2025 16:12:09 +0200 Subject: [PATCH] chore: change default for release (#9681) Co-authored-by: Thomas Heartman --- .github/workflows/publish-new-version.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-new-version.yaml b/.github/workflows/publish-new-version.yaml index f3035ce19c..354d5fb868 100644 --- a/.github/workflows/publish-new-version.yaml +++ b/.github/workflows/publish-new-version.yaml @@ -14,10 +14,10 @@ on: version: description: What version number would you like to use? The version number should be **without** a leading `v`, e.g. `5.7.1` or `6.2.4`. bump-main: - description: Should we bump the package.json main version? + description: I'm releasing from a branch and want the version number backported to main required: true type: boolean - default: true + default: false is-latest-version: description: Is this the latest version? If latest we'll update the version function, docker and npm latest required: true