-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--manifest-path
is ignored
#842
Comments
is it expected behavior? |
Do you have a reproduction case I can look at or at least post your full |
yea, here it is [workspace.metadata.release]
pre-release-commit-message = "release new version: {{version}}"
tag = false [package.metadata.release]
pre-release-commit-message = "release new version: {{version}} 2"
tag = false |
Are you using workspace inheritance fbr And if you can't provide a reproduction case, can you provide very verbose logs of the release ( |
So I would say that this might be because I forgot that However, my naive attempt at reproducing this failed. Could you say what command I'm supposed to run to reproduce the log? |
|
Yes, this is because of Whats happening
Options
|
I have the following structure:
There is
[workspace.metadata.release]
in workspace/Cargo.toml and[package.metadata.release]
in workspace/crate/Cargo.tomlwhen I run
cargo release x.x.x --manifest-path Cargo.toml --execute
in workspace/crate directorycargo-release
usespre-release-commit-message
from workspace/Cargo.toml, and pushed commit message looks like "release new version: {{version}}" ({{version}}
should be replaced but it's not)UPD: #842 (comment)
The text was updated successfully, but these errors were encountered: