You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,5 +4,6 @@
4
4
- Make a PR
5
5
- Wait for PR to be merged
6
6
- Pull changes once merged
7
-
-`git tag v<version>`
8
-
-`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