init
This commit is contained in:
13
scratch-vm/release.config.js
Normal file
13
scratch-vm/release.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
module.exports = {
|
||||
extends: 'scratch-semantic-release-config',
|
||||
branches: [
|
||||
{
|
||||
name: 'develop'
|
||||
// default channel
|
||||
},
|
||||
{
|
||||
name: 'hotfix/*',
|
||||
channel: 'hotfix'
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user