diff --git a/website/docs/appendix/release-process.mdx b/website/docs/appendix/release-process.mdx index c7dd85dfa..0576dd77b 100644 --- a/website/docs/appendix/release-process.mdx +++ b/website/docs/appendix/release-process.mdx @@ -15,20 +15,14 @@ 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. -:::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`. :::