-
-
Notifications
You must be signed in to change notification settings - Fork 301
Is it possible to configure cz to automatically not tag dev releases? #1635
Unanswered
henryborchers
asked this question in
Q&A
-
My workflow is to tag normal, beta, alpha, and rc releases but not development ones. I immediately set the version number to have dev in the value as soon as I create and tag a release. I do this to make clear that the current state of the code is not in a release state but in a working state. However, cz bump
seems to want to tag .dev versions. It seems silly to me to tag development versions. I currently use the --files-only
flag with cz bump
when setting the next version to a development version. However, this is super annoying and error-prone.
Is there any way to configure cz bump
to always ignore creating a tag if I bump the version to a dev version?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment