Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thadguidry authored Sep 28, 2023
1 parent 600ca2c commit 85f8ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ Repo name in the format of `<owner>/<repoName>`. Defaults to the repo that execu

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
### Flow Chart (mermaid format)

```mermaid
flowchart TD
flowchart TD
A[Use page parameter to get Github ALL release data from Github API] --> B{Delete pre-release only}
Expand Down

0 comments on commit 85f8ad8

Please sign in to comment.