Use strict semantic versioning for the version number#132
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #132 +/- ##
=========================================
Coverage 97.97% 97.97%
Complexity 72 72
=========================================
Files 4 4
Lines 198 198
=========================================
Hits 194 194
Misses 4 4 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
0b89584 to
b4dfa97
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 (3.0.0-alpha); the SemanticMediaWiki >= 7.0 requirement is unchanged.
b4dfa97 to
1b25169
Compare
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 SemanticScribunto 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,
3.0.0-alpha(branch-alias3.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 →3.0.0-alphacomposer.json:extra.branch-alias.dev-master→3.x-devRELEASE-NOTES.md: heading →3.0.0, and drop the note that described the version tracking / mirroring the Semantic MediaWiki major@since 7.0.0docblocks updated to@since 3.0.0where present