Closed michalfita closed 9 months ago
In theory the behavior in CI and locally should be the same. Where are you getting this error? Any way I can reproduce this?
I improved the error message: https://github.com/MarcoIeni/release-plz/pull/1187
Thanks.
What I can't figure out is why locally it finds my crates in the subdirectory, but not on CI despite same tool being used to generate them.
Example job failing: https://github.com/atsams-rs/atsamx7x-pac/actions/runs/7424920300/job/20205508357
are you using rust 1.63.0 locally? We are at rust 1.75, so the old version of cargo might be incompatible with release-plz.
I suggest to use release-plz with the latest rust stable version.
I am closing this because I don't have the energy to support old Rust stable versions. If you run into the same issue with the latest rust stable, re-open this issue, please :)
On CI I'm getting:
while locally
release-plz release
starts releasing packages in my workspace. There's not hint or help what may be wrong.Could you, please, at least add to FAQ some directions how to tackle so cryptic problem?