fix(release): skip source archive generation for Joomla repos (#853) #854
Reference in New Issue
Block a user
Delete Branch "fix/853-skip-joomla-source-archives"
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
platform == "joomla"in metadatarelease_package.php), which uploads the correct installablepkg_*.zip/tar.gzChange
Adds an early return in
GenerateReleaseArtifacts(services/release/packaging.go) whenmeta.Platformis"joomla". Non-Joomla repos are unaffected.Test plan
Closes #853