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 ⌨️'], }, ]);