Public Access
feat: release_publish.php uses semver tags for non-Joomla platforms (#304) #311
Reference in New Issue
Block a user
Delete Branch "feature/304-release-publish"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
After determining the release tag from the stability map, checks the repo platform via
manifest_read.php. If platform is NOTjoomla*, overrides the stream tag with a semver tag (v{version}).Change
In
cli/release_publish.phpStep 3, after$releaseTag = $releaseTagMap[$stability]:Completes #304
Together with PR #307 (pre-release Joomla guard) and PR #308 (auto-release semver tags), this completes the full semver versioning pipeline for non-Joomla repos.