mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-07-08 02:35:47 -04:00
10 lines
171 B
JavaScript
10 lines
171 B
JavaScript
|
module.exports = {
|
||
|
extends: 'scratch-semantic-release-config',
|
||
|
branches: [
|
||
|
{
|
||
|
name: 'develop'
|
||
|
// default channel
|
||
|
}
|
||
|
]
|
||
|
};
|