getting merge conflicts in .cz.toml #977
Unanswered
dave-bakker
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Hi there! I'm having trouble following the versions, you mention that you are preparing a release candidate for If you merge your |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get commitizen to fit my workflow. and I'm obviously mis-using it.
We have several branches (dev/staging/prod), people merge their branches to dev, then at some point dev merges to staging, and staging to prod, natch.
I have github set up with build configs for each branch, with dev getting prerelease: alpha, staging getting prerelease: rc, and prod nothing.
My goal was to have, for example dev have 1.5.6a0 merge to staging as 1.5.6rc0, which becomes 1.5.0 in prod. This way I could, for example, go back and debug a production issue with 1.5.0 by putting 1.5.0rc0 in staging
I have 2 issues:
am I just overcomplicating things? I need all of the builds tagged by environment because they can only be deployed in their environments.
Beta Was this translation helpful? Give feedback.
All reactions