Skip to content

Commit af30917

Browse files
committed
Update versions to v0.18.0 and correct release steps documentation
1 parent ba73bb4 commit af30917

File tree

4 files changed

+36
-36
lines changed

4 files changed

+36
-36
lines changed

website/docs/appendix/release-process.mdx

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,39 @@ _Updates will be posted in this thread_
142142

143143
## Release Steps
144144

145-
### 1. Create Release Branch (for major/minor releases)
145+
### 1. Update Version Numbers
146+
147+
```bash
148+
# Update all Cargo.toml version fields
149+
make release-update-version VERSION=1.5.0
150+
```
151+
152+
<!-- prettier-ignore-start -->
153+
154+
<details>
155+
<summary>Script contents (click to expand)</summary>
156+
157+
<CodeBlock
158+
language="bash"
159+
title="website/docs/developers/scripts/release/update-version.sh"
160+
>
161+
{UpdateVersionScript}
162+
</CodeBlock>
163+
164+
</details>
165+
<!-- prettier-ignore-stop -->
166+
167+
This automatically updates version references in:
168+
169+
- All `Cargo.toml` files in the workspace
170+
- Excludes target directory files
171+
172+
You may also need to manually update:
173+
174+
- Documentation examples
175+
- Any hardcoded version references in other files
176+
177+
### 2. Create Release Branch (for major/minor releases)
146178

147179
<!-- prettier-ignore-start -->
148180

@@ -208,38 +240,6 @@ docker run -p 8302:8302 o1labs/mina-rust:v1.5.0
208240

209241
<!-- prettier-ignore-stop -->
210242

211-
### 2. Update Version Numbers
212-
213-
```bash
214-
# Update all Cargo.toml version fields
215-
make release-update-version VERSION=1.5.0
216-
```
217-
218-
<!-- prettier-ignore-start -->
219-
220-
<details>
221-
<summary>Script contents (click to expand)</summary>
222-
223-
<CodeBlock
224-
language="bash"
225-
title="website/docs/developers/scripts/release/update-version.sh"
226-
>
227-
{UpdateVersionScript}
228-
</CodeBlock>
229-
230-
</details>
231-
<!-- prettier-ignore-stop -->
232-
233-
This automatically updates version references in:
234-
235-
- All `Cargo.toml` files in the workspace
236-
- Excludes target directory files
237-
238-
You may also need to manually update:
239-
240-
- Documentation examples
241-
- Any hardcoded version references in other files
242-
243243
### 3. Create Release PR
244244

245245
```bash

website/docs/node-operators/alpha-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Ensure you have **Docker** installed:
5151
:::caution Frontend Status
5252

5353
The dashboard is currently being updated and may not display correctly in
54-
v0.18.0. Use the logs to monitor syncing:
54+
v0.17.0. Use the logs to monitor syncing:
5555

5656
```bash
5757
docker compose logs -f

website/docs/node-operators/docker-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ correct build:
258258
docker run --rm o1labs/mina-rust:latest build-info
259259

260260
# For a specific version
261-
docker run --rm o1labs/mina-rust:v0.18.0 build-info
261+
docker run --rm o1labs/mina-rust:v0.17.0 build-info
262262
```
263263

264264
This displays version details including commit hash, build time, and Rust

website/docs/node-operators/node-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Example output:
2727

2828
```
2929
Version: 0341fff
30-
Build time: 2025-11-04T18:11:40.953050700Z
30+
Build time: 2025-09-10T18:11:40.953050700Z
3131
Commit SHA: 0341fffedba4900371504ad4b30853674960a209
3232
Commit time: 2025-11-04T19:30:31.000000000+02:00
3333
Commit branch: release/v0.18.0

0 commit comments

Comments
 (0)