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
7 changes: 3 additions & 4 deletions docs/release.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Release Process

- Update version on root Cargo.toml
- Update version on runtime Cargo.toml
- Update Cargo.toml runtime dependency version to match the new version
- Make a PR
- Wait for PR to be merged
- Pull changes once merged
- `git tag v<version>`
- `git push --tags` # this will test, build and publish the version if successful.
- Run `git tag v<version>`
- Run `git push --tags`. This will test, build and publish the version if successful.
- Go to the [releases page](https://github.com/lambdaclass/cairo_native/releases), edit the latest release, and click `Generate release notes`.
Loading