mirror of
https://github.com/scratchfoundation/scratch-analysis.git
synced 2025-04-16 14:54:34 -04:00
10 lines
170 B
JavaScript
10 lines
170 B
JavaScript
|
module.exports = {
|
||
|
extends: 'scratch-semantic-release-config',
|
||
|
branches: [
|
||
|
{
|
||
|
name: 'master'
|
||
|
// default channel
|
||
|
}
|
||
|
]
|
||
|
};
|