Skip to content

Add a check for SemVer compliance to the build #930

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

Merged
merged 2 commits into from
Feb 25, 2020

Conversation

baronfel
Copy link
Collaborator

We should follow semantic versioning with the project, so I added a post-packaging step that validates the bump we've declared in RELEASE_NOTES.md. If that bump isn't valid given the rules of SemVer (i.e. if we've added new public members and haven't done a major bump) the build will fail.

we should follow semantic versioning with the project, so I added a post-packaging step that validates the bump we've declared in RELEASE_NOTES.md.  If that bump isn't valid given the rules of SemVer (ie if we've added new public members and haven't done a major bump) the build will fail
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.

1 participant