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"
}
},
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.
Most helpful comment
So it seems one can't use
cz-emojiandcz-conventional-changelogat the same time. I wish I found this thread earlier.