Skip to content

Commit 46a1224

Browse files
authoredSep 22, 2021
update releases decision tree (cosmos#429)
Co-authored-by: Carlos Rodriguez <[email protected]>
1 parent 37eac69 commit 46a1224

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed
 

‎RELEASES.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,12 @@ The decision tree above was generated with the following code:
3131
}
3232
}%%
3333
flowchart TD
34-
A(Change):::c --> B{state-machine breaking?}
35-
B:::c --> |Yes| C{API breaking?}
36-
B:::c --> |No| D{API breaking?}
37-
C:::c --> |Yes| E(Increase major version):::c
38-
C:::c --> |No| F(Increase minor version):::c
39-
D:::c --> |Yes| G(Increase major version):::c
34+
A(Change):::c --> B{API breaking?}
35+
B:::c --> |Yes| C(Increase major version):::c
36+
B:::c --> |No| D{state-machine breaking?}
37+
D:::c --> |Yes| G(Increase minor version):::c
4038
D:::c --> |No| H(Increase patch version):::c
4139
classDef c fill:#eee,stroke:#aaa
4240
```
4341

44-
using [Mermaid's live editor](https://mermaid-js.github.io/).
42+
using [Mermaid](https://mermaid-js.github.io)'s [live editor](https://mermaid.live).

‎releases-decision-tree.png

39.5 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.