Skip to content

Commit 2381039

Browse files
committed
adjust cargo-release instructions and config to compensate for breaking changes in recent releases
1 parent 1da562b commit 2381039

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Configuration goes in the `[package.metadata.release]` section of `Cargo.toml`
1616
# First, choose `major`, `minor`, or `patch` for the level to release
1717

1818
# Next, run the command in dry-run mode
19-
$ cargo release -vv --dry-run LEVEL
19+
$ cargo release -vv LEVEL
2020

2121
# Then do it for real with the same level
22-
$ cargo release LEVEL
22+
$ cargo release --execute LEVEL
2323
```

release.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
pre-release-commit-message = "{{crate_name}} {{version}}"
2-
no-dev-version = true
32
tag-message = "{{tag_name}}"
43
tag-name = "{{prefix}}v{{version}}"
54
pre-release-replacements = [

0 commit comments

Comments
 (0)