mirror of
https://github.com/scratchfoundation/scratch-sb1-converter.git
synced 2025-02-17 12:00:26 -05:00
Merge pull request #25 from kchadha/run-semantic-release-on-develop
ci(semver): configure semantic-release to run from develop
This commit is contained in:
commit
246c59b823
1 changed files with 3 additions and 0 deletions
|
@ -62,5 +62,8 @@
|
||||||
"commitizen": {
|
"commitizen": {
|
||||||
"path": "./node_modules/cz-conventional-changelog"
|
"path": "./node_modules/cz-conventional-changelog"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"release": {
|
||||||
|
"branch": "develop"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue