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
fix: handle cargo milestone update for PR from GitHub merge queue
Cargo has migrated to GitHub merge queue:
rust-lang/cargo#14718
The regex doesn't work for merge commit made by GitHub merge queue.
This PR adds extra regex pattern to capture that.
This regex has been proved working locally.
See <ehuss/cargo-new-release#2>
0 commit comments