Merge pull request #74 from dpb587/patch-1

Fix closing italics in README.md
This commit is contained in:
Alex Suraci
2018-07-09 09:47:07 -04:00
committed by GitHub

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.