I am using below zoltu plugin for managing the patch version automatically.
As this plugin requires code to be taged using v.major.minor convention, I have tagged the code with v0.1 and the tag is reachable form the HEAD.
But still I am getting below error -
What went wrong: A problem occurred evaluating root project 'report-service'.
Your repository must have at least one tag in it for git-versioning to work. Recommended solution: git tag v0.0
and git tag show there is a tag and i have check the revision history and this tag is reachable from the branch I am working on -
Do anyone have any clue what the issue is. This a blocker for me.
Thanks in advance for any help..
I am using below zoltu plugin for managing the patch version automatically.
As this plugin requires code to be taged using v.major.minor convention, I have tagged the code with v0.1 and the tag is reachable form the HEAD.
But still I am getting below error -
and git tag show there is a tag and i have check the revision history and this tag is reachable from the branch I am working on -
Do anyone have any clue what the issue is. This a blocker for me.
Thanks in advance for any help..