commitizen / cz-cli

The commitizen command line utility. #BlackLivesMatter
http://commitizen.github.io/cz-cli/
MIT License
16.78k stars 551 forks source link

cz.json version mismatch merge conflict #846

Open bitwurx opened 3 years ago

bitwurx commented 3 years ago

I am currently running the cz bump in my CI tool and I am committing both the bumped semantic tag and updated master branch with the new .cz.json version file.

My issue is that the source branch from the merge request still has the old version of the .cz.json so I am having to resolve merge conflicts on every merge request to get the most recent version that was committed from the prior bump.

What is the recommended approach to resolve this?