Public Access
fix(package): only zip sub-extensions listed in package manifest (#300) #305
Reference in New Issue
Block a user
Delete Branch "dev"
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?
Fixes site-breaking bug where release_package.php globbed ALL directories under packages/, including ones removed from the manifest. Now parses pkg_*.xml to build an allowlist and skips unlisted directories.
Also includes version_bump.php manifest-aware fix from PR #288.