From cab19999f4a33a5085fff89e688a6fef3d4354c5 Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Mon, 22 Sep 2025 11:04:55 +0200 Subject: [PATCH 1/2] Website/release: remove WIP section The release process is now confirmed and has been tested. --- website/docs/appendix/release-process.mdx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/website/docs/appendix/release-process.mdx b/website/docs/appendix/release-process.mdx index c7dd85dfa..e7a65ad6c 100644 --- a/website/docs/appendix/release-process.mdx +++ b/website/docs/appendix/release-process.mdx @@ -15,14 +15,6 @@ import MergeBackScript from "!!raw-loader!../developers/scripts/release/merge-ba -:::warning Work in Progress - -This release process documentation is currently being validated and may change. -Please coordinate with the release manager before following these procedures for -production releases. - -::: - This document outlines the complete process for creating and publishing Mina Rust releases. From d02606409fc035b3fbae2694e4d78e80b1cfbb15 Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Mon, 22 Sep 2025 11:05:28 +0200 Subject: [PATCH 2/2] Website/release: fix rendering by adding a new empty line --- website/docs/appendix/release-process.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/website/docs/appendix/release-process.mdx b/website/docs/appendix/release-process.mdx index e7a65ad6c..0576dd77b 100644 --- a/website/docs/appendix/release-process.mdx +++ b/website/docs/appendix/release-process.mdx @@ -18,9 +18,11 @@ import MergeBackScript from "!!raw-loader!../developers/scripts/release/merge-ba This document outlines the complete process for creating and publishing Mina Rust releases. -:::info Release Branch Strategy All releases are made from the `main` branch. -The release process involves creating a release branch from `develop`, merging -it to `main`, and then tagging from `main`. +:::info Release Branch Strategy + +All releases are made from the `main` branch. The release process involves +creating a release branch from `develop`, merging it to `main`, and then tagging +from `main`. :::