From efce39e317c8ac21a432b03e0d90d1bab42706ed Mon Sep 17 00:00:00 2001 From: yonihemi Date: Mon, 7 Jul 2025 16:01:31 +0800 Subject: [PATCH 1/2] Fix static-sdk.json data source --- api/v1/install/dev/6.2/static-sdk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1/install/dev/6.2/static-sdk.json b/api/v1/install/dev/6.2/static-sdk.json index 8841fb41f..d772e1dea 100644 --- a/api/v1/install/dev/6.2/static-sdk.json +++ b/api/v1/install/dev/6.2/static-sdk.json @@ -1,4 +1,4 @@ --- layout: none --- -{{ site.data.builds.swift-6_2-branch.static_sdk | jsonify }} \ No newline at end of file +{{ site.data.builds.swift-6_2-branch.static-sdk | jsonify }} \ No newline at end of file From 90d645ccadc2e9a9d2795102914efbec2413b6c2 Mon Sep 17 00:00:00 2001 From: yonihemi Date: Mon, 7 Jul 2025 16:02:32 +0800 Subject: [PATCH 2/2] Add 6.1, 6.2 source branches to OpenAPI spec --- openapi/swiftorg.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openapi/swiftorg.yaml b/openapi/swiftorg.yaml index 03ba23c3b..59ad45eb4 100644 --- a/openapi/swiftorg.yaml +++ b/openapi/swiftorg.yaml @@ -232,6 +232,8 @@ components: enum: - main - '6.0' + - '6.1' + - '6.2' SourceBranch: anyOf: - $ref: '#/components/schemas/KnownSourceBranch'