Skip to content

Commit

Permalink
chore(release): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Dec 6, 2024
1 parent 264c629 commit d74cc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { getCurrentBranch } = require('./util');

const branch = getCurrentBranch();

const branchList = ['latest', 'alpha', 'beta', 'next'];
const branchList = ['latest', 'alpha', 'beta', 'next', '1.x-stable'];

if (!branchList.includes(branch)) {
console.log('❌ 只允许在发布分支执行该命令');
Expand Down

0 comments on commit d74cc44

Please sign in to comment.