Skip to content

Commit 2b43903

Browse files
docs: add mermaid diagram to README for channel classification flow
1 parent 973ed04 commit 2b43903

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/release-index/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Channel Classification Flow
22

3+
```mermaid
34
flowchart TD
45
Start([Version Input]) --> Check{Matches<br/>YY.MM-patch?}
56
@@ -23,6 +24,7 @@ flowchart TD
2324
style Reject fill:#ffcccb,stroke:#8b0000
2425
style Latest fill:#e1f5ff,stroke:#0066cc
2526
style Stable fill:#f0fff0,stroke:#006400
27+
```
2628

2729
### Examples
2830

0 commit comments

Comments
 (0)