mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2024-11-14 19:35:05 -05:00
10 lines
240 B
JavaScript
10 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
|
|
]
|
|
};
|