-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: gerrit-code-review-plugin
-
None
It would be great if the gerrit code review plugin could discover tags (the git plugin have support for it).
After a quick look in the code I suspect that code around below "TODO" in AbstractGerritSCMSource.java need some changes.
if (context.wantTags()) { // TODO }
Â
Â