scratch-l10n/release.config.js

15 lines
285 B
JavaScript
Raw Normal View History

2024-01-16 12:58:29 -05:00
module.exports = {
extends: 'scratch-semantic-release-config',
branches: [
{
name: 'master'
// default channel
},
{
name: 'hotfix/*',
channel: 'hotfix',
prerelease: 'hotfix'
}
]
};