-
Notifications
You must be signed in to change notification settings - Fork 113
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
Report if not logged in before confirmation prompt #778
Comments
Logs:
|
To confirm my understanding,
There are a lot of failure modes within the release process and we don't try to revert the process. This means the commit we made for bumping the version is still there. In the confirmation prompt for the second release, it told you it was releasing 0.6 instead of 0.5. There are two ways to recover in this situation
|
Do we have any way to check it before we suggest |
I don't think cargo does but it would be interesting to explore how it could expose that information |
Cargo release will publish the same package twice if users haven't logged in.
cargo release minor --execute
cargo release minor --execute
I am not sure if there is any way to check if users log in before we suggest
--execute
or do the real publish.The text was updated successfully, but these errors were encountered: