feat(cli): use manifest_read.php in client-release workflow Step 1 #76
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?
Summary
Replace inline
sedparsing of extension name inclient-release.ymlStep 1 withmanifest_read.php --field name.Current (inline)
Proposed
Impact
~3 lines replaced. Keeps all manifest parsing in one CLI tool.
Affected workflows
client-release.yml(Template-Client-WaaS, client-waas-clarksvillefurs)Test Proof
Run: #10354
Result: All steps passed
Step 1 now uses ext_name/ext_element from updates_xml_build.php --github-output instead of inline sed.
Implemented in client-waas-clarksvillefurs and Template-Client-WaaS.