From c53f48b09a9bff74d8d21a52452825d7d0c6e64a Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 18 Nov 2022 23:18:45 +0800 Subject: [PATCH] chore: update workflow for 4.x-stable branch (#38706) --- .github/workflows/sync-gitee.yml | 1 + scripts/print-changelog.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-gitee.yml b/.github/workflows/sync-gitee.yml index b9685e8dee..601300a6b3 100644 --- a/.github/workflows/sync-gitee.yml +++ b/.github/workflows/sync-gitee.yml @@ -8,6 +8,7 @@ on: - feature - 2.x-stable - 3.x-stable + - 4.x-stable create: permissions: diff --git a/scripts/print-changelog.js b/scripts/print-changelog.js index 649a1461f5..388828ba5b 100644 --- a/scripts/print-changelog.js +++ b/scripts/print-changelog.js @@ -73,7 +73,7 @@ async function printLog() { type: 'list', name: 'toVersion', message: `🔀 Please choose branch to compare with ${chalk.magenta(fromVersion)}:`, - choices: ['master', '3.x-stable', 'feature', 'custom input ⌨️'], + choices: ['master', '4.x-stable', '3.x-stable', 'feature', 'custom input ⌨️'], }, ]);