File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,16 @@ These are the steps to create a new release:
66
771 . Get the latest head you want to create a release from.
88
9- 2 . Update the ` RELEASE_NOTES.md ` file if it is not complete, up to date, and
10- remove template comments (` <!-- ... -> ` ) and empty sections. Submit a pull
11- request if an update is needed, wait until it is merged, and update the
12- latest head you want to create a release from to get the new merged pull
13- request.
9+ 2 . Update the version in ` Cargo.toml ` to the new version. Without this,
10+ the new release will be rejected by ` crates.io ` .
11+
12+ Along with this, update the ` RELEASE_NOTES.md ` file if it is not
13+ complete, up to date, and remove template comments (` <!-- ... -> ` )
14+ and empty sections.
15+
16+ Submit a pull request if an update is needed, wait until it is
17+ merged, and update the latest head you want to create a release
18+ from to get the new merged pull request.
1419
15203 . Create a new signed tag using the release notes and
1621 a [ semver] ( https://semver.org/ ) compatible version number with a ` v ` prefix,
You can’t perform that action at this time.
0 commit comments