GitVersion fails when merging to feature branch #4533
Replies: 2 comments
-
I think you are facing here two problems: |
Beta Was this translation helpful? Give feedback.
0 replies
-
That was exactly it, thank you. |
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
-
We've had GitVersion integrated in our GitHub Actions workflows for a couple years with no issues.
With the recent major update, we switched from
Mainline
workflow toTrunkBased/preview1
without too much trouble.However, recently it's been failing whenever we have a PR for a feature branch where we've merged changes from
main
back into the feature branch (to keep it up-to-date). If the feature branch is simply rebased onmain
, there's no issue. However there's no additional information from GitVersion--we just get this:Is there any way to get better information as to the real error message? And is this a problem anyone else is seeing? Or maybe it's just something with our particular setup?
GitHub Actions YAML uses the latest releases:
GitVersion config is simple, just a slightly customized Conventional Commits template:
Beta Was this translation helpful? Give feedback.
All reactions