[TASK] Round out the packaging metadata - #13
Merged
Conversation
Housekeeping ahead of a first tagged release.
.gitattributes dropped a /.gitlab-ci.yml entry for a file that does not exist
and never excluded /.github/, so the CI workflows ended up in the distributed
archive. Both fixed, matching what b13/container excludes.
composer.json gained keywords, homepage, authors and support links, all of which
surface on Packagist. Note this goes a little beyond what our other extensions
carry - container only adds homepage - so it is worth a look whether we want
this everywhere or nowhere.
Both descriptions still described the extension as it was before the frontend
rendering and the image marker existed ("Flags backend records as AI-created /
AI-modified"), and had drifted apart from each other. They now say the same
thing, and say what it is actually for.
achimfritz
approved these changes
Aug 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Housekeeping ahead of a first tagged release.
.gitattributesdropped a/.gitlab-ci.ymlentry for a file that does not exist, and never excluded/.github/— so the CI workflows ended up in the distributed archive. Both fixed, matching what b13/container excludes. The dist archive now contains onlyClasses,Configuration,Resources,README.md,composer.json,ext_*— verified withgit archive.composer.jsongainedkeywords,homepage,authorsandsupport, all of which surface on Packagist.One thing worth a decision: this goes a little beyond what our other extensions carry. container has only
homepage; assetcollector and menus have neither. Happy to trim it back if we would rather stay consistent, or to apply the same block across the others.Both descriptions still described the extension as it was before the frontend rendering and the image marker existed ("Flags backend records as AI-created / AI-modified"), and had drifted apart from each other. They now match and say what it is actually for.
composer validatepasses.Not included, still open for 1.0.0: the version bump (both
ext_emconf.phpandextra.typo3/cms.versionare still0.0.1), a tag-triggeredpublish.ymlwithTYPO3_API_TOKEN, and a CHANGELOG.