-
Notifications
You must be signed in to change notification settings - Fork 46
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
publish
: create and push git tags without versioning
#69
Comments
It does before publishing. |
Oh, I see. It does it normally, but not when the |
That flag is used when you are supposed to already have tags. Maybe you want a different things? What are you trying to do? |
My use case is that Cargo.toml contains the new version and is committed in git. |
From the wisdom of all the last few years of working with release tools in all kinds of package managers, the tool which updates |
publish
: create and push git tagspublish
: create and push git tags without versioning
Ok, thank you for your time and the quick replies :) |
Can the command
cargo workspaces publish
create and push a tag after/before the crate is published?The text was updated successfully, but these errors were encountered: