chore: add release package validation foundation - #23
Merged
Conversation
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
Adds the EvolvePHP 2 Phase 2.10A deterministic release-readiness foundation for the six first-party packages.
This phase prepares package boundaries for future dry-run splitting without creating package repositories, publishing packages, creating tags, or adding release automation.
Changes
release:validateto the EvolvePHP workspaceRelease Package Order
evolvephp/contractsevolvephp/coreevolvephp/moduleevolvephp/pluginevolvephp/httpevolvephp/testingThe order is dependency-compatible.
core,moduleandpluginremain logically parallel-capable aftercontracts.Release Validation
Run:
The validator is:
It validates:
^8.4^2.0constraintsevolvephp/testingLICENSE.mdPackage Documentation
Each package now contains:
README.mdLICENSE.mdThe READMEs clearly state that:
composer requirecommand is claimedNo future split-repository URLs are guessed.
Licence Integrity
The root licence and all six package licence files have the same SHA-256:
Validation
release:validatepassedScope
Exactly 18 files:
tests/Documentation/EvolvePhp2ReleaseReadinessTest.phpworkspace/release-packages.jsonworkspace/tools/validate-release-packages.phpworkspace/composer.jsonworkspace/README.mdCHANGELOG.mdNo package Composer manifests, dependency versions, lockfiles, CI workflows, RFCs, root metadata or GitHub settings are changed.
Deferred to Phase 2.10B
git subtree split