From 6cda49a0ddee5ecc3b79a0bf8088fde947cd631f Mon Sep 17 00:00:00 2001 From: Alex Hoppen Date: Wed, 9 Apr 2025 15:18:18 -0700 Subject: [PATCH] Change default release version for GitHub action releases to 602.0.0 --- .github/workflows/publish_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 96f9f4aea..f97cd89e9 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -11,13 +11,13 @@ on: required: true swift_format_version: type: string - default: 601.0.0 + default: 602.0.0 description: "swift-format version" # The version of swift-format to tag. If this is a prerelease, `-prerelease-` is added to this version. required: true swift_syntax_tag: type: string - default: 601.0.0 + default: 602.0.0 description: "swift-syntax version" # The swift-syntax version to depend on. If this is a prerelease, the latest swift-syntax prerelease tag for this version is used. required: true