scratch-paint/release.config.js

14 lines
252 B
JavaScript
Raw Normal View History

2022-08-25 18:31:31 -04:00
module.exports = {
extends: 'scratch-semantic-release-config',
branches: [
{
name: 'develop'
// default channel
},
{
name: 'hotfix/*',
channel: 'hotfix'
}
]
2022-08-25 18:31:31 -04:00
};