-
Notifications
You must be signed in to change notification settings - Fork 76
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
Ability to list all tags #817
base: develop
Are you sure you want to change the base?
Conversation
Thanks for your interest in palantir/gradle-git-version, @RAtioNAn! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request. |
Generate changelog in
|
Hello, |
# Conflicts: # .gitignore
Before this PR
For now if there are multiple tags on commit only one of them will be returned when getLastTag() method is invoked. There is no way to query, filter or search for specific tag
in case there is more than one.
After this PR
This PR adds new property to get all tags on the commit thus allowing the user to choose one of them for his specific scenario.
==COMMIT_MSG==
Adding functionality to list all tags on commit
==COMMIT_MSG==
Possible downsides?
New method added to interface. No code change is required for current users if they do not need this functionality.