not sync code when exec cargo publish command #8935
Labels
A-git
Area: anything dealing with git
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-publish
S-propose-close
Status: A team member has nominated this for closing, pending further input from the team
S-triage
Status: This issue is waiting on initial triage.
Sometimes we modify the code and execute
git commit
.Then when we executed
cargo publish
, we found that the code had been published on crates.io, and the code had forgotten to submit to the corresponding branch. Make the code and crates.io version not synchronized in time.The text was updated successfully, but these errors were encountered: