mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-06-14 14:30:27 -04: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
|
|
]
|
|
};
|