Use strict semantic versioning for the version number#96
Merged
Conversation
7ee5212 to
1118430
Compare
Version the extension with semantic versioning so it can ship its own breaking changes between Semantic MediaWiki major releases, instead of aligning its major version with Semantic MediaWiki's. The version becomes the extension's own next major (4.0.0-alpha); the SemanticMediaWiki >= 7.0 requirement is unchanged.
1118430 to
48baa65
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #96 +/- ##
=========================================
Coverage 29.56% 29.56%
Complexity 41 41
=========================================
Files 4 4
Lines 115 115
=========================================
Hits 34 34
Misses 81 81 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adopt semantic versioning for the SemanticCompoundQueries version number. Versioning the extension independently of Semantic MediaWiki lets it introduce its own breaking changes mid-cycle — between Semantic MediaWiki major releases — instead of holding them to realign its major with the next Semantic MediaWiki major.
This sets the version to the extension's own next major,
4.0.0-alpha(branch-alias4.x-dev), rather than tracking the Semantic MediaWiki major. TheSemanticMediaWiki >= 7.0requirement (the Semantic MediaWiki version this release targets) is unchanged.Changes
extension.json: version →4.0.0-alphacomposer.json:extra.branch-alias.dev-master→4.x-devRELEASE-NOTES.md: heading →4.0.0, and drop the note that described the version tracking / mirroring the Semantic MediaWiki major@since 7.0.0docblocks updated to@since 4.0.0where present