You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(xtask): Pass --no-confirm to cargo-release (#162)
This fixes a bug where the `release` task would try to prompt the user
to confirm, and then fail (without rollback happening) because it's
actually running in a non-interactive context.
This _does_ mean that when `--execute` is passed, it will really
publish a new version! So take care.
Signed-off-by: Andrew Lilley Brinker <alilleybrinker@gmail.com>
0 commit comments