-
Notifications
You must be signed in to change notification settings - Fork 652
Add HEAD support for 5.x version, without introduction of new configuration properties. #3338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, I'm surprised this was possible to do in a backwards-compatible way. This has been the single most recurring issue since I started contributing to GitVersion. Fantastic work!
dotnet format
fails, though. Can you please commit after running the following?
dotnet format ./src/ --exclude **/AddFormats/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
Thank you @U7nk for your contribution! |
Merge pull request #3338 from U7nk/HEAD_support_for_5.x Add HEAD support for 5.x version, without introduction of new configuration properties.
🎉 This issue has been resolved in version 5.12.0 🎉 Your GitReleaseManager bot 📦🚀 |
This is an adaptation of #3241 to 5.x version without introduction of new configuration properties.
I would really like to see this behavior in 5.x version.
In our company we have sub repository in every project, and we struggle every time with the error.
Related Issue
#3233
How Has This Been Tested?
GivenARemoteGitRepositoryWhenCheckingOutDetachedHeadUsingExistingImplementationHandleDetachedBranch
.Checklist: