commitizen / cz-conventional-changelog

A commitizen adapter for the angular preset of https://github.com/conventional-changelog/conventional-changelog
MIT License
764 stars 442 forks source link

Add additional prompt for co-authors #214

Open p-m-p opened 1 year ago

p-m-p commented 1 year ago

Hi, as per my comment on https://github.com/commitizen/cz-cli/issues/678 I have created a simple wrapper around this adapter with an additional (optional) prompt for adding co-authors. If defaultCoAuthors config property or CZ_CO_AUTHORS environment variable are set then the prompt will be enabled and ask if you would like to add Co-authored-by: message trailers used by Github, Gitlab etc to attribute team members when pair/mob programming.

I would be happy to contribute the change/prompt here instead of having a separate adapter if this is something that would be accepted?

Many thanks