You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -371,7 +371,8 @@ It's really simple to setup this plugin; below is a sample pom that you may base
371
371
when you run git-describe it only looks only for *annotated tags* by default
372
372
if you wish to consider *lightweight tags* in your describe as well you would need to switch this to *true*
373
373
374
-
The difference between *annotated tags* and *lightweight tags* is outlined in more depth in section [git describe and a small gotcha with tags](https://github.com/ktoso/maven-git-commit-id-plugin/#git-describe-and-a-small-gotcha-with-tags)
374
+
The difference between *annotated tags* and *lightweight tags* is outlined in more depth here:
0 commit comments