You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I've got a workspace setup where we use the [package] publish field to limit which registries that crate can be published to (an array of just one item).
Unfortunately when running cargo smart-release --dry-run-cargo-publish or even cargo smart-release --registry that-registry --dry-run-cargo-publish, the following error shows up:
Error: No provided crate is actually eligible for publishing. Use --verbose to see the release plan nonetheless.
Is cargo-smart-release not understanding that publish attribute? Let me know how I can continue to debug this :)