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

README: Document semantic versioning split #309

Merged
merged 1 commit into from
Jul 11, 2018
Merged

Conversation

tsenart
Copy link
Owner

@tsenart tsenart commented Jul 11, 2018

Background

Having two projects in one (mono) repo without separate versioning namespaces has led to breaking changes in one to affect the semantic versioning of both unintentionally. In order to isolate the signaling of breaking changes in each component, we're introducing versioning namespaces.

  • lib/vMAJOR.MINOR.PATCH for library versions
  • cli/vMAJOR.MINOR.PATCH for CLI versions

Henceforth, the two have versions that progress independently.

Unverified

This user has not yet uploaded their public signing key.
@tsenart tsenart requested a review from xla as a code owner July 11, 2018 09:03
@tsenart tsenart merged commit 80242ff into master Jul 11, 2018
@tsenart tsenart deleted the tsenart/semver-split branch July 11, 2018 09:05
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.

None yet

1 participant