Open ijackson opened 8 months ago
Hi. Thanks for this tool which we rely on heavily for our releases. I have an infelicity to report:
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 $?
An error message, and a non-zero exit status.
No output, no change to the tree, and a zero exit status.
Hi. Thanks for this tool which we rely on heavily for our releases. I have an infelicity to report:
To reproduce
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.