What's the right flow for making next release? #2390
Replies: 1 comment
-
Fixed the problem by using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I'm trying to understand how to work with the
next
branch.Here's the way I use it:
minor
next
branchminor
next
branch // <- Here our workflow is failingThe reason why my workflow is failing is that by pushing to
next
branch I callauto shipit
, which creates some tag, and when I merge feature B with the same label, it can't create the same tag, because we already have it. What's the possible way on resolve that issue?@hipstersmoothie maybe you could suggest something?
Beta Was this translation helpful? Give feedback.
All reactions