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:
Karishma Chadha 2018-12-20 12:04:50 -05:00 committed by GitHub
commit 246c59b823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,5 +62,8 @@
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"release": {
"branch": "develop"
}
}