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

feat: Add binary compatiblity validation and start using semver #79

Open
4 tasks
0ffz opened this issue Dec 19, 2024 · 0 comments
Open
4 tasks

feat: Add binary compatiblity validation and start using semver #79

0ffz opened this issue Dec 19, 2024 · 0 comments
Assignees

Comments

@0ffz
Copy link
Member

0ffz commented Dec 19, 2024

  • Document versioning rules (we only want breaking changes every Minecraft update)
  • Add github action that validates binary compatiblity, preferably as automated as possible (kotlinx.binary-compatibility-validator seems quite nice but would require us to review added api each time and inevitably something will slip through.) The action should succeed if MAJOR was bumped on an incompatibility and compare with latest release. Dev builds ignore this.
  • Consider whether we should check breaking changes with dependencies. We might want to bump these once in a while during an MC version but it might be harder to see if things break since they're not part of this project?
  • Add +<minecraft-version> to version name, I think this is the best semver compliant way to show what mc version we build against
@0ffz 0ffz self-assigned this Dec 19, 2024
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

No branches or pull requests

1 participant