Skip to content

Commit 07c84f2

Browse files
committed
Website/release: latest tag created in the CI when pushing to main
1 parent 06c4774 commit 07c84f2

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

website/docs/appendix/release-process.mdx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -401,17 +401,6 @@ make release-merge-back
401401

402402
This target includes safety confirmations since it pushes directly to develop.
403403

404-
### Tag Docker Images as Latest (for major releases)
405-
406-
For major releases, you may want to tag as `latest`:
407-
408-
```bash
409-
# This would typically be done via additional CI job or manually
410-
docker pull o1labs/mina-rust:v2.0.0
411-
docker tag o1labs/mina-rust:v2.0.0 o1labs/mina-rust:latest
412-
docker push o1labs/mina-rust:latest
413-
```
414-
415404
## Hotfix Process
416405

417406
For urgent patches to released versions:

0 commit comments

Comments
 (0)