From 6b3a3e925315b47b749d67a131d1e05a54eeb5fa Mon Sep 17 00:00:00 2001 From: Zhe Sun <31067185+ZheSun88@users.noreply.github.com> Date: Thu, 27 Feb 2025 11:26:02 +0200 Subject: [PATCH] chore: upgrade the platform branch used in scripts --- scripts/prepare/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prepare/config.ts b/scripts/prepare/config.ts index 7faab6a413..16de8aa0ab 100644 --- a/scripts/prepare/config.ts +++ b/scripts/prepare/config.ts @@ -28,7 +28,7 @@ export interface Transformer { } // TODO: compute this number when we maintain multiple hilla branches -export const branch = 'main'; +export const branch = '24.7'; export const repoUrl = new URL('https://raw.githubusercontent.com/vaadin/'); export const root = new URL('../../', import.meta.url);