Skip to content

Commit 370c78e

Browse files
authored
Merge pull request #1341 from o1-labs/dw/update-release
Website/release: fix info section rendering
2 parents 89010a2 + 8da50d7 commit 370c78e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

website/docs/appendix/release-process.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,11 @@ git checkout -b release/v1.5.0
108108
git push -u origin release/v1.5.0
109109
```
110110

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.
113116
These images are available for local testing while the release PR is being
114117
reviewed.
115118

@@ -130,6 +133,8 @@ docker run -p 8302:8302 o1labs/mina-rust:release/v1.5.0
130133

131134
:::
132135

136+
<!-- prettier-ignore-stop -->
137+
133138
### 2. Update Version Numbers
134139

135140
```bash

0 commit comments

Comments
 (0)