Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 5 additions & 11 deletions website/docs/appendix/release-process.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,14 @@ import MergeBackScript from "!!raw-loader!../developers/scripts/release/merge-ba

<!-- prettier-ignore-start -->

:::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`.

:::

Expand Down
Loading