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

Enable logic to fail the release if SemVer is broken #33

Open
ctrueden opened this issue Jun 5, 2020 · 0 comments
Open

Enable logic to fail the release if SemVer is broken #33

ctrueden opened this issue Jun 5, 2020 · 0 comments

Comments

@ctrueden
Copy link
Member

ctrueden commented Jun 5, 2020

The revapi-maven-plugin lets us programmatically test for API regressions (which should be SemVer major version bumps). Likely it can also flag API additions (which should be SemVer minor version bumps). We could hook this up to the release-version.sh script, such that whatever version bump is happening since last release is consistent with the reality of the API.

@ctrueden ctrueden added this to the unscheduled milestone Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant