Closed liancheng closed 5 years ago
When show_tag is set to true, I found showing the most recent tag can be confusing. This PR adds an option tag_exact_match to show the tag only when it directly references the current commit.
show_tag
tag_exact_match
Thanks for the PR.
This is now supported through "show_tag": "exact"
"show_tag": "exact"
When
show_tag
is set to true, I found showing the most recent tag can be confusing. This PR adds an optiontag_exact_match
to show the tag only when it directly references the current commit.