Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed May 19, 2024
1 parent b797010 commit 7aee8e4
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,22 +90,20 @@ flowchart TD
02[Get github all releases]
03[Filter pre-release data]
04[Filter delete_tag_pattern]
05[Filter assets length > 0]
06[Sort data by date]
07[Filter keep latest]
08[Filter keep keepMinDownloadCount]
09[Filter deleteExpiredData]
10[Delete old release and tag]
05[Sort data by date]
06[Filter keep latest]
07[Filter keep keepMinDownloadCount]
08[Filter deleteExpiredData]
09[Delete old release and tag]
01 --> 02
02 -.-> 03
02 -.-> 04
03 --> 05
04 --> 05
05 --> 06
06 --> 07
07 -.-> 08
07 -.-> 09
09 --> 10
08 --> 10
06 -.-> 07
06 -.-> 08
07 --> 09
08 --> 09
```

0 comments on commit 7aee8e4

Please sign in to comment.