Cz-cli: Possible to use multiple adapters?

Created on 11 May 2017  路  7Comments  路  Source: commitizen/cz-cli

I鈥檓 using cz-conventional-changelog but would also love to use cz-customizable to allow for creating custom types. Is it possible to use both alongside each other?

This is my package.json config currently:

"config": {
  "commitizen": {
    "path": "cz-conventional-changelog"
  },
  "cz-customizable": {
    "config": "internals/scripts/commitizen/commitizen-customizable.js"
  }
},

Most helpful comment

So it seems one can't use cz-emoji and cz-conventional-changelog at the same time. I wish I found this thread earlier.

All 7 comments

I now realize cz-customizable consumes the functionality of cz-conventional-changelog, but I suppose the question still stands.

It is currently not possible to consume multiple adapters. In a future architecture it would be neat to be able to have composable adapters.

Thanks, Jim. I lucked out on this one since one was seemingly a fork of another. 馃挴

You sure did!

any news? is it possible now?

is great to use multiple adapter

So it seems one can't use cz-emoji and cz-conventional-changelog at the same time. I wish I found this thread earlier.

Was this page helpful?
0 / 5 - 0 ratings