fix: updates_xml_build.php uses 'development' tag, not 'dev'
Universal: Cascade Main → Dev / Cascade main → branches (push) Successful in 3s

The release tag is 'development' but the CLI was generating download
URLs with tag 'dev', causing Joomla update downloads to 404.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan Miller
2026-05-21 22:33:40 -05:00
parent 3e20003d18
commit 008cdeb996
+1 -1
View File
@@ -195,7 +195,7 @@ $stabilityTagMap = [
'rc' => 'rc',
'beta' => 'beta',
'alpha' => 'alpha',
'development' => 'dev',
'development' => 'development',
];
// -- Build update entries -----------------------------------------------------