Skip to content
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

fix(auto-merge): exclude pre-1.0.0 major changes #536

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

caugner
Copy link
Contributor

@caugner caugner commented Jul 4, 2024

Based on https://github.com/mdn/yari/blob/db188c5907799df1a580a43c89c35243bbc4cf2c/.github/workflows/auto-merge.yml, with additional conditions for Cargo's special handling of pre-1.0.0 versions:

"(...) Cargo uses the convention that only changes in the left-most non-zero component are considered incompatible."

See: https://doc.rust-lang.org/cargo/reference/semver.html

(MP-1051)

"(...) Cargo uses the convention that only changes in the left-most non-zero component are considered incompatible."

See: https://doc.rust-lang.org/cargo/reference/semver.html
@caugner caugner requested a review from a team as a code owner July 4, 2024 14:39
@caugner caugner merged commit dab5a4c into main Jul 12, 2024
4 checks passed
@caugner caugner deleted the MP-1051-exclude-pre-1.0.0-major-changes branch July 12, 2024 10:15
Copy link
Contributor

Congratulations on your first merged pull request. 🎉 Thank you for your contribution!
Did you know we have a project board with high-impact contribution opportunities?
We look forward to your next contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants