Browse Source

chore: check commit (#20880)

pull/20890/head 3.26.7
信鑫-King 5 years ago
committed by GitHub
parent
commit
b6fc0168db
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/check-commit.js

2
scripts/check-commit.js

@ -24,7 +24,7 @@ async function checkVersion() {
}
async function checkBranch({ current }) {
if (current !== 'master') {
if (current !== '3.x-stable') {
console.log(chalk.yellow('🤔 You are not in the master branch!'));
exitProcess();
}

Loading…
Cancel
Save