Skip to content

Commit 378c710

Browse files
authored
Merge pull request #1435 from o1-labs/dw/remove-release-process-wip
Website/Release: remove WIP section + fix rendering info
2 parents 2bdcaa8 + d026064 commit 378c710

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

website/docs/appendix/release-process.mdx

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,14 @@ import MergeBackScript from "!!raw-loader!../developers/scripts/release/merge-ba
1515

1616
<!-- prettier-ignore-start -->
1717

18-
:::warning Work in Progress
19-
20-
This release process documentation is currently being validated and may change.
21-
Please coordinate with the release manager before following these procedures for
22-
production releases.
23-
24-
:::
25-
2618
This document outlines the complete process for creating and publishing Mina
2719
Rust releases.
2820

29-
:::info Release Branch Strategy All releases are made from the `main` branch.
30-
The release process involves creating a release branch from `develop`, merging
31-
it to `main`, and then tagging from `main`.
21+
:::info Release Branch Strategy
22+
23+
All releases are made from the `main` branch. The release process involves
24+
creating a release branch from `develop`, merging it to `main`, and then tagging
25+
from `main`.
3226

3327
:::
3428

0 commit comments

Comments
 (0)