mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2024-11-25 16:33:00 +08:00
11 lines
165 B
JavaScript
11 lines
165 B
JavaScript
/* global module */
|
|
module.exports = {
|
|
extends: 'scratch-semantic-release-config',
|
|
branches: [
|
|
{
|
|
name: 'develop'
|
|
// default channel
|
|
}
|
|
]
|
|
};
|