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
cargo-release refuses to run if the working tree is dirty. The npm bump step was running first, staging package.json+package-lock.json, then cargo-release errored with 'uncommitted changes detected'. Run cargo first (it makes its own commit), then npm (which now commits itself before the tag step).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments