File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ Examples:
48
48
## Description
49
49
50
50
The release process performs the following steps:
51
+
51
52
0 . Create a release branch from ` main ` .
52
53
1 . Update the release version in the cargo workspace by dropping the "-nightly" token.
53
54
2 . Update ` Cargo.lock ` with the new version.
@@ -57,6 +58,7 @@ The release process performs the following steps:
57
58
6 . __ Optional__ : if the GitHub cli is installed, a PR is created.
58
59
59
60
Raising the next development version includes the following steps:
61
+
60
62
0 . Create a release branch from ` main ` .
61
63
1 . Set the version to the next development version by increasing the 'next-devel-level' (by default) part and adding the '-nightly' prerelease token.
62
64
2 . Update ` Cargo.lock ` with the new version.
You can’t perform that action at this time.
0 commit comments