Skip to content

Commit 3352935

Browse files
JulianGCalderonazteca1998
authored andcommitted
Update release docs (#1123)
* Update release docs * Update the release docs --------- Co-authored-by: MrAzteca <[email protected]>
1 parent 743e57b commit 3352935

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/release.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Release Process
22

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

0 commit comments

Comments
 (0)