scratch-svg-renderer/release.config.js
Christopher Willis-Ford d531b86ff9 ci: use semantic-release
2023-12-20 11:34:56 -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'
}
]
};