Files
001code-html--cocos/scratch-vm/release.config.js
2026-09-07 09:55:36 +08:00

14 lines
252 B
JavaScript

module.exports = {
extends: 'scratch-semantic-release-config',
branches: [
{
name: 'develop'
// default channel
},
{
name: 'hotfix/*',
channel: 'hotfix'
}
]
};