mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-06-26 23:11:48 -04:00
11 lines
240 B
JavaScript
11 lines
240 B
JavaScript
|
module.exports = {
|
||
|
extends: 'scratch-semantic-release-config',
|
||
|
branches: [
|
||
|
{
|
||
|
name: 'develop'
|
||
|
// default channel
|
||
|
}
|
||
|
// TODO: add hotfix config after at least one normal release
|
||
|
]
|
||
|
};
|