Skip to content

Use strict semantic versioning for the version number#132

Merged
paladox merged 1 commit into
masterfrom
fix-version-scheme
Jun 4, 2026
Merged

Use strict semantic versioning for the version number#132
paladox merged 1 commit into
masterfrom
fix-version-scheme

Conversation

@alistair3149

@alistair3149 alistair3149 commented Jun 4, 2026

Copy link
Copy Markdown
Member

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-alias 3.x-dev), rather than tracking the Semantic MediaWiki major. The SemanticMediaWiki >= 7.0 requirement (the Semantic MediaWiki version this release targets) is unchanged.

Changes

  • extension.json: version → 3.0.0-alpha
  • composer.json: extra.branch-alias.dev-master3.x-dev
  • RELEASE-NOTES.md: heading → 3.0.0, and drop the note that described the version tracking / mirroring the Semantic MediaWiki major
  • @since 7.0.0 docblocks updated to @since 3.0.0 where present

@codecov

codecov Bot commented Jun 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.97%. Comparing base (8b13add) to head (1b25169).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.
@alistair3149 alistair3149 marked this pull request as ready for review June 4, 2026 22:02
@alistair3149 alistair3149 requested a review from paladox June 4, 2026 22:02
@paladox paladox merged commit 04c20a5 into master Jun 4, 2026
6 checks passed
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.

2 participants