Is it possible to create new type(scope): title... commit types? We're using this in tandem with clog and we have some custom commit types defined for the changelog.
The easiest way to do this is to create an adapter.
To do this:
npm publish when you're ready to publish your adapter to npm.commitizen init cz-emcniece-changelog --save-dev --save-exact. If the repo already has an adapter installed then you a can add the --force flag to that last command and it will overwrite your old config.Awesome - thanks so much for the guide!
Almost 5 years later, but is there any "easier" solution to this rather than forking and publishing an adapter?
Most helpful comment
Almost 5 years later, but is there any "easier" solution to this rather than forking and publishing an adapter?