Skip to content
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

Specifying nonexistent package name results in "successful" no-op run #888

Open
ijackson opened this issue Mar 4, 2024 · 0 comments
Open

Comments

@ijackson
Copy link

ijackson commented Mar 4, 2024

Hi. Thanks for this tool which we rely on heavily for our releases. I have an infelicity to report:

To reproduce

git clone https://gitlab.torproject.org/tpo/core/arti
cd arti
git checkout arti-v1.1.13
cargo --offline set-version --bump patch -p this-package-does-not-exist
echo $?

Expected behavour

An error message, and a non-zero exit status.

Actual behaviour

No output, no change to the tree, and a zero exit status.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants