refactor: extract manifest element/type detection to manifest_element.php #157
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Problem
Element name, extension type, type prefix, and folder detection is duplicated inline in auto-release.yml (Steps 7b and 8) and pre-release.yml. The same case statement appears 3 times.
Solution
New CLI tool manifest_element.php with --github-output flag. Outputs ext_element, ext_type, type_prefix, ext_folder, ext_name, zip_name.
Files
Branch created:
feature/157-refactor-extract-manifest-element-type-d