scratch-sb1-converter/release.config.js

15 lines
286 B
JavaScript
Raw Permalink Normal View History

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