We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6900568 commit 60cb978Copy full SHA for 60cb978
README.md
@@ -214,7 +214,10 @@ It's really simple to setup this plugin; below is a sample pom that you may base
214
215
<!-- when the build is triggered while the repo is in "dirty state", append this suffix -->
216
<dirty>-dirty</dirty>
217
-
+
218
+ <!-- Only consider tags matching the given pattern. This can be used to avoid leaking private tags from the repository. -->
219
+ <match>*</match>
220
221
<!--
222
always print using the "tag-commits_from_tag-g_commit_id-maybe_dirty" format, even if "on" a tag.
223
The distance will always be 0 if you're "on" the tag.
0 commit comments