-
Notifications
You must be signed in to change notification settings - Fork 653
[Improvement] Add HEAD support #3233
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
Comments
Can you please submit a PR with this change so we can get a grasp of whether it's breaking any tests, and if so, how many? |
I've created the branch locally, but I've no rights to push & create pull request. |
Have you created a fork of the repository on GitHub? If not, do that, and push your branch to your fork. Once that is done, you should be able to create a Pull Request. |
Resolved by #3338. |
🎉 This issue has been resolved in version 5.12.0 🎉 Your GitReleaseManager bot 📦🚀 |
Actually this project doesn't support to get version from HEAD commit. GetVersionTask v5.3.7 supports it, and I'm stuck with it because I've submodules in my project.
Detailed Description
EnsureHeadIsNotDetached
according to previous option;Context
EnsureHeadIsNotDetached
check prevent to look for commit info).Possible Implementation
In
RepositoryStore.GetCurrentCommitSemanticVersions
you can check if current commit is tagged, or get the closest tag to the current commit.RepositoryStore.cs
The text was updated successfully, but these errors were encountered: