Replies: 2 comments 7 replies
-
Maybe it is quite naive. But why not just using the branches:
develop:
regex: ^master$|^main$
main:
regex: ^$ |
Beta Was this translation helpful? Give feedback.
1 reply
-
@HHobeck as I see you are the expert I'm a little stumped...
Why would a branch named I was expecting it to not have a tag at all! |
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
-
Im trying to configure GitVersion for "Release Flow"... Thsi is models after the Azure DevOps teams branching strategy and
Working on
main
(v1.0.0-preview.12) and then creatingrelase/v1.0.0
should triggermain
to then version as v1.0.1-preview.1I can currently get
release
to work, but I cant getmain
to increment once therelease
has been created...Current GitVersion.yaml
How can I configure main to increment to release+patch when the release branch is created?
Beta Was this translation helpful? Give feedback.
All reactions