Browse Source

chore: update workflow for 4.x-stable branch (#38706)

pull/38714/head
afc163 2 years ago
committed by GitHub
parent
commit
c53f48b09a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/sync-gitee.yml
  2. 2
      scripts/print-changelog.js

1
.github/workflows/sync-gitee.yml

@ -8,6 +8,7 @@ on:
- feature
- 2.x-stable
- 3.x-stable
- 4.x-stable
create:
permissions:

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

Loading…
Cancel
Save