You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(bootstrap): add ability to load adapterConfig from bootstrap
* feat(cli): add ability to load adapterConfig from bootstrap
Instead of forcing the commitizen config to be loaded via a file (package.json, .czrc, .cz.json)
this adds a way to inject an adapterConfig into the bootstrap function. We use this internally at
Autodesk to wrap the cli so that each of our repos doesn't need to have the commitizen config
* test(cli): add tests for providing adapterConfig via bootstrap function
* add proxyquire & sinon to aid unit testing
* excludes src/cli from nyc since most of it is not unit-tested and this
test causes coverage to be misreported
0 commit comments