-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
CI: Release failure #5
Comments
It's expecting a format it's not finding in the cargo metadata: https://github.com/cargo-bins/release-pr/blob/main/src/main.ts#L566 Not sure why, logs are:
But also we should try https://release-plz.ieni.dev it's kinda like the supercharged semi-automated version of our release workflow |
Ok I decides I will release it manually |
Tbh releasing manually is perfectly fine for these smaller crates. I do manual releases for a bunch of things where it's not worth adding full-fledged release workflows :) |
Yeah, I'd probably remove the release CI |
https://github.com/cargo-bins/simple-git/actions/runs/7811061913
release-pr fails to find any crate within the repository, which is quite strange.
@passcod Do I have to provide a path to the crate explicitly?
The text was updated successfully, but these errors were encountered: