afc163
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
.github/workflows/sync-gitee.yml
-
scripts/print-changelog.js
|
|
@ -8,6 +8,7 @@ on: |
|
|
|
- feature |
|
|
|
- 2.x-stable |
|
|
|
- 3.x-stable |
|
|
|
- 4.x-stable |
|
|
|
create: |
|
|
|
|
|
|
|
permissions: |
|
|
|
|
|
@ -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 ⌨️'], |
|
|
|
}, |
|
|
|
]); |
|
|
|
|
|
|
|