diff --git a/website/docs/appendix/release-process.mdx b/website/docs/appendix/release-process.mdx index eefdcf47c..dbc5f76e4 100644 --- a/website/docs/appendix/release-process.mdx +++ b/website/docs/appendix/release-process.mdx @@ -108,8 +108,11 @@ git checkout -b release/v1.5.0 git push -u origin release/v1.5.0 ``` -:::info Docker Images for Release Branches After pushing the release branch, CI -will automatically build and push Docker images tagged with the branch name. + + +:::info Docker Images for Release Branches After pushing the release branch + +CI will automatically build and push Docker images tagged with the branch name. These images are available for local testing while the release PR is being reviewed. @@ -130,6 +133,8 @@ docker run -p 8302:8302 o1labs/mina-rust:release/v1.5.0 ::: + + ### 2. Update Version Numbers ```bash