Fix closing italics in README.md

This commit is contained in:
Danny Berger
2018-07-06 06:00:27 -07:00
committed by GitHub
parent 1395b7b34c
commit 72849471f4

View File

@@ -42,7 +42,7 @@ Fetches and creates versioned GitHub resources.
will be detected and published. Note that releases must have semver compliant will be detected and published. Note that releases must have semver compliant
tags to be detected, even if they're drafts. tags to be detected, even if they're drafts.
* `tag_filter`: *Optional. If set, override default tag filter regular * `tag_filter`: *Optional.* If set, override default tag filter regular
expression of `v?([^v].*)`. If the filter includes a capture group, the capture expression of `v?([^v].*)`. If the filter includes a capture group, the capture
group is used as the release version; otherwise, the entire matching substring group is used as the release version; otherwise, the entire matching substring
is used as the version. is used as the version.