Skip to content

Use 7.x-dev branch alias#130

Merged
alistair3149 merged 1 commit into
masterfrom
fix-branch-alias
Jun 4, 2026
Merged

Use 7.x-dev branch alias#130
alistair3149 merged 1 commit into
masterfrom
fix-branch-alias

Conversation

@alistair3149

Copy link
Copy Markdown
Member

The dev-master branch develops the 7.x line, so its Composer branch alias should be 7.x-dev — the form Semantic MediaWiki core uses.

7.0.0-dev pins the alias to a single patch release, and it does not satisfy a ^7.0 / ~7.0 constraint while master is still untagged during the 7.0 pre-release period — which is exactly when a branch alias does its job (giving the untagged branch a semver-resolvable identity). 7.x-dev resolves cleanly against ^7.0 and matches the rest of the Semantic MediaWiki stack.

The dev-master branch develops the 7.x line, so its Composer branch alias
should be 7.x-dev, the form Semantic MediaWiki core uses. 7.0.0-dev pinned it
to a single patch release and does not satisfy a ^7.0 / ~7.0 constraint while
master is still untagged during the 7.0 pre-release period.
@alistair3149 alistair3149 merged commit 8a185c9 into master Jun 4, 2026
4 checks passed
@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 (e677032) to head (9767813).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #130   +/-   ##
=========================================
  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.

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.

1 participant