Skip to content

Commit 60cb978

Browse files
author
S L
committed
Added match-Pattern to example Configuration in README
1 parent 6900568 commit 60cb978

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,10 @@ It's really simple to setup this plugin; below is a sample pom that you may base
214214

215215
<!-- when the build is triggered while the repo is in "dirty state", append this suffix -->
216216
<dirty>-dirty</dirty>
217-
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+
218221
<!--
219222
always print using the "tag-commits_from_tag-g_commit_id-maybe_dirty" format, even if "on" a tag.
220223
The distance will always be 0 if you're "on" the tag.

0 commit comments

Comments
 (0)