We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973ed04 commit 2b43903Copy full SHA for 2b43903
.github/scripts/release-index/README.md
@@ -1,5 +1,6 @@
1
## Channel Classification Flow
2
3
+```mermaid
4
flowchart TD
5
Start([Version Input]) --> Check{Matches<br/>YY.MM-patch?}
6
@@ -23,6 +24,7 @@ flowchart TD
23
24
style Reject fill:#ffcccb,stroke:#8b0000
25
style Latest fill:#e1f5ff,stroke:#0066cc
26
style Stable fill:#f0fff0,stroke:#006400
27
+```
28
29
### Examples
30
0 commit comments