Possible to use multiple adapters?
See original GitHub issueI’m 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"
}
},
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
power - Is it safe to plug one travel adapter into another?
Yes, it's generally safe. Adapters don't have any active components, so assuming they're all rated for the voltage/amps you're putting ...
Read more >How multiple adapters on the same network are expected to ...
These adapters enable two adapters to be included on the same server but enable only one adapter to be used at a time....
Read more >How Many Powerline Adapters Can I Use?
There isn't a limit to the number of powerline adapters that can be used, but you will be limited by the number of...
Read more >Best Practices for Using Multiple Network Interfaces (NICs ...
It is becoming commonplace to have more than one Ethernet adapter in a PC or embedded controller, especially in systems where wired and ......
Read more >How many port adapters, and which ones can be stacked up ...
@IsmaelMiguel, except that in your example the chain of adapters might actually work, while in the OPs case there is not even remote...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
So it seems one can’t use
cz-emoji
andcz-conventional-changelog
at the same time. I wish I found this thread earlier.any update on this? I’d like to use
cz-conventional-changelog
andcz-emoji
together if possible.