BREAKING: Increment root package version based on release specification#103
BREAKING: Increment root package version based on release specification#103
Conversation
|
@Mrtenz Hmm. We've been creating backports for various libraries lately, so although that hasn't happened for A little context: When we revised the release process for the I understand if this might be confusing, though. I'm open to other alternatives, as long as there's still some way to denote a backport. What are your thoughts? |
Before this change, the new version of the root package is always incremented by one (or minor one, for backports). This results in all releases being "major" releases, even though the packages incremented in the release could be minor or patch increments. With this change, the root package version is now determined by the most significant subpackage increment. For example, if all packages versions are patch increments, the root package version will be incremented with a patch increment, etc.
Breaking changes
backportoption, as it's no longer used for anything.