File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,11 @@ git checkout -b release/v1.5.0
108
108
git push -u origin release/v1.5.0
109
109
```
110
110
111
- :::info Docker Images for Release Branches After pushing the release branch, CI
112
- will automatically build and push Docker images tagged with the branch name.
111
+ <!-- prettier-ignore-start -->
112
+
113
+ :::info Docker Images for Release Branches After pushing the release branch
114
+
115
+ CI will automatically build and push Docker images tagged with the branch name.
113
116
These images are available for local testing while the release PR is being
114
117
reviewed.
115
118
@@ -130,6 +133,8 @@ docker run -p 8302:8302 o1labs/mina-rust:release/v1.5.0
130
133
131
134
:::
132
135
136
+ <!-- prettier-ignore-stop -->
137
+
133
138
### 2. Update Version Numbers
134
139
135
140
```bash
You can’t perform that action at this time.
0 commit comments