Skip to content

Commit 320fb93

Browse files
GODRIVER-3550 Update the mermaid graph
1 parent 58c2126 commit 320fb93

File tree

1 file changed

+27
-24
lines changed

1 file changed

+27
-24
lines changed

docs/CONTRIBUTING.md

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -68,38 +68,41 @@ fixes are incorporated into the latest codebase.
6868

6969
```mermaid
7070
gitGraph
71-
commit tag: "Initial main setup"
71+
commit tag: "Initial main setup"
7272
73-
branch release/2.0
74-
checkout release/2.0
75-
commit tag: "Initial release/2.0"
73+
branch release/2.0
74+
checkout release/2.0
75+
commit tag: "Initial release/2.0"
7676
77-
branch release/2.1
78-
checkout release/2.1
79-
commit tag: "Bug introduced"
77+
checkout main
78+
branch release/2.1
79+
checkout release/2.1
80+
commit tag: "Bug introduced"
8081
81-
branch release/2.2
82-
checkout release/2.2
83-
commit tag: "Initial release/2.2"
82+
checkout main
83+
branch release/2.2
84+
checkout release/2.2
85+
commit tag: "Initial release/2.2"
8486
85-
branch release/2.3
86-
checkout release/2.3
87-
commit tag: "Initial release/2.3"
87+
checkout main
88+
branch release/2.3
89+
checkout release/2.3
90+
commit tag: "Initial release/2.3"
8891
89-
checkout release/2.1
90-
commit tag: "Bug fix in release/2.1 (Manual PR)"
92+
checkout release/2.1
93+
commit tag: "Bug fix in release/2.1 (Manual PR)"
9194
92-
checkout release/2.2
93-
merge release/2.1 tag: "Merge fix from release/2.1 (GitHub Actions)"
94-
commit
95+
checkout release/2.2
96+
merge release/2.1 tag: "Merge fix from release/2.1 (GitHub Actions)"
97+
commit
9598
96-
checkout release/2.3
97-
merge release/2.2 tag: "Merge updates from release/2.2 (GitHub Actions)"
98-
commit
99+
checkout release/2.3
100+
merge release/2.2 tag: "Merge updates from release/2.2 (GitHub Actions)"
101+
commit
99102
100-
checkout main
101-
merge release/2.3 tag: "Merge updates from release/2.3 (Github Actions)"
102-
commit
103+
checkout main
104+
merge release/2.3 tag: "Merge updates from release/2.3 (GitHub Actions)"
105+
commit
103106
```
104107

105108
#### Pull Request Management

0 commit comments

Comments
 (0)