scratch-audio/release.config.js
Christopher Willis-Ford dca744624c ci: use semantic-release
2023-12-20 19:43:19 -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'
}
]
};