scratch-storage/release.config.js
2023-12-20 19:45:26 -08:00

14 lines
286 B
JavaScript

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