Skip to content

Commit

Permalink
Update cargo-release config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhickman committed Sep 1, 2023
1 parent d197eb0 commit 7ff39d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ members = ["protox", "protox-parse"]

[workspace.metadata.release]
allow-branch = ["main"]
pre-release-commit-message = "(cargo-release) {{crate_name}} version {{version}}"
consolidate-commits = false
1 change: 1 addition & 0 deletions protox-parse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ exactly = 1

[package.metadata.release]
tag = false
pre-release-commit-message = "(cargo-release) {{crate_name}} version {{version}}"

[package.metadata.docs.rs]
all-features = true
Expand Down
1 change: 1 addition & 0 deletions protox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ serde_json = "1.0.91"
tag-name = "{{version}}"
sign-tag = true
sign-commit = true
pre-release-commit-message = "(cargo-release) {{crate_name}} version {{version}}"

[[package.metadata.release.pre-release-replacements]]
file = "../README.md"
Expand Down

0 comments on commit 7ff39d9

Please sign in to comment.