scratch-audio/release.config.js

15 lines
286 B
JavaScript
Raw Permalink Normal View History

2023-12-20 21:22:33 -05:00
module.exports = {
extends: 'scratch-semantic-release-config',
branches: [
{
name: 'develop'
// default channel
},
{
name: 'hotfix/*',
channel: 'hotfix',
prerelease: 'hotfix'
}
]
};