mirror of
https://github.com/scratchfoundation/scratch-analysis.git
synced 2024-11-21 10:48:15 -05:00
fix(release): add semantic-release config
Some checks are pending
build-scratch-analysis / setup (push) Waiting to run
Some checks are pending
build-scratch-analysis / setup (push) Waiting to run
This commit is contained in:
parent
04ed13106e
commit
3a84ed3354
1 changed files with 9 additions and 0 deletions
9
release.config.js
Normal file
9
release.config.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
module.exports = {
|
||||
extends: 'scratch-semantic-release-config',
|
||||
branches: [
|
||||
{
|
||||
name: 'master'
|
||||
// default channel
|
||||
}
|
||||
]
|
||||
};
|
Loading…
Reference in a new issue