Open RAtioNAn opened 4 months ago
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.
Type
Description
Hello, Can someone please provide any kind of feedback on this PR?
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.