Skip to content

Commit 6ecd78a

Browse files
cryptonemorvagg
andcommitted
Update RELEASE.md
Feedback applied Co-authored-by: Rod Vagg <[email protected]>
1 parent 8746852 commit 6ecd78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Steps to cut a release:
44

55
1) Update the CHANGELOG.md file
66
2) Copy Cargo.lock file to releases directory with appropriate version name
7-
3) Run `cargo release` with the appropriate options
7+
3) Run `cargo release <level> [--execute]` (replace `<level>` with `major`, `minor`, or `patch`; by default, this is a dry run, add `--execute` to perform the release. If you omit options, cargo release will prompt you interactively.)
88

99
Specifics on how @cryptonemo used to do releases (modify as needed):
1010

0 commit comments

Comments
 (0)