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