From faa8a6fcd07f6a1fdf95f9f05c3f9ba71668e9b3 Mon Sep 17 00:00:00 2001 From: zhusir Date: Thu, 28 Sep 2023 10:48:37 +0800 Subject: [PATCH] Update docs/README.md Co-authored-by: Thad Guidry --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index b966445..cb6cdf1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -72,7 +72,7 @@ Repo name in the format of `/`. Defaults to the repo that execu | -------- | ------------ | | false | empty string | -Specifies a pattern to match. If not specified then every release will be targeted. If specified then every release containing the pattern will be targeted. Use this option for example to remove old beta releases. +Specifies a release **tag** (not title) Regex string pattern to match. If not specified, then every release will be targeted. If specified, then every release containing the pattern will be targeted. Examples, `beta`, `^v2\..*-beta$`, `v3\.0.*` ### Flow Chart ![http-bw](flowChart.svg) \ No newline at end of file