I want to carefully release the new version of the box to give users the opportunity to check it first. How can I let it go to crates.io as beta? (similar to how npm has @nexttagged releases).
This should not be a change, so I will not increase the version of semver-major. I don’t want it to be automatically selected when users cargo upgradebefore the beta period expires.
What version syntax should I use for release?
Do I need to use any special options when releasing?
How do users use cargo/ Cargo.tomlto enter beta?
source
share