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:
4848## Description
4949
5050The release process performs the following steps:
51+
51520 . Create a release branch from ` main ` .
52531 . Update the release version in the cargo workspace by dropping the "-nightly" token.
53542 . Update ` Cargo.lock ` with the new version.
@@ -57,6 +58,7 @@ The release process performs the following steps:
57586 . __ Optional__ : if the GitHub cli is installed, a PR is created.
5859
5960Raising the next development version includes the following steps:
61+
60620 . Create a release branch from ` main ` .
61631 . Set the version to the next development version by increasing the 'next-devel-level' (by default) part and adding the '-nightly' prerelease token.
62642 . Update ` Cargo.lock ` with the new version.
You can’t perform that action at this time.
0 commit comments