User tests: Successful: Unsuccessful:
While packaging patch releases renamed files didn't get filtered. That's the reason why .github/SECURITY.md is shipped with the last Joomla! release.
This is fixed in this PR, also we remove .github/SECURITY.md
but not the directory because I'm unsure if we do more harm then good if we simple delete the directory.
Additionally the build script generates a github release template.
Build joomla with build/build.php
this will generate the release files in build/tmp/packages
The generated template is "only" interesting for Release Leads but can be found in build/tmp/github_release.txt
Package includes a .github/SECURITY.md
in update packages.
Package does not include a .github
directory in update packages but all other files are the same as before.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_admin Repository |
Labels |
Added:
?
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-08-17 11:31:28 |
Closed_By | ⇒ | wilsonge |
Thanks!