Trouble with uncommitted changes in Cargo.lock
with release-plz update
#1286
Labels
bug
Something isn't working
Cargo.lock
with release-plz update
#1286
Bug description
In a newly setup configuration, CI and
release-plz update
fails with:I'm fairly new to Rust, so it's very possible I'm just doing it wrong, but I get no changes to
Cargo.lock
when I runcargo update
, so I'm not sure whyCargo.lock
is becoming dirty whenrelease-plz
runs. The temporary directory thatrelease-plz
clones into gets deleted, which makes it hard to debug what the changes might be as well (having a flag to let it hang around might be a feature request I can file if there is interest).To Reproduce
Steps to reproduce the behavior:
1.
git clone https://github.com/sdwilsh/jellyfin-remote-proxy.git
2.
cd jellyfin-remote-proxy
3.
release-plz update
Expected behavior
The CI workflow and
release-plz update
runs successfully.Environment
Additional context
My workflow is copied verbatim from the docs, with a version selector added there, and you can see this failing in CI as well here.
The text was updated successfully, but these errors were encountered: