Can't figure out whats wrong #4346
Unanswered
snailcatcher
asked this question in
Q&A
Replies: 1 comment
-
The problem is that some branches are set to Inherit and the algorithm cannot determine what value of is-main-branch is (because of the nature of the algorithm): Try the Link [1]: https://gitversion.net/docs/reference/configuration#snippet-/docs/workflows/TrunkBased/preview1.yml |
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 there,
got this and don't get whats wrong:
I use GitVersion 6.0.5.
These are the steps in my azure pipeline until this happens:
My GitVersion.yml
Output of
git log --graph --format="%h %cr %d" --decorate --date=relative --all --remotes=*
Before the update from 5.12 everything works fine.
Can anyone help me with this?
Beta Was this translation helpful? Give feedback.
All reactions