Extension upload¶
Manual upload step by step¶
Make Git up-to-date.
Grep for the old version number to find all files to adjust.
grep -r '1\.0\.2' . ./ChangeLog ./Documentation/Settings.yml ./ext_emconf.php
Adjust the files.
Write entry to ChangeLog
Commit changes
Make tag:
git tag 1.0.3 git push --tags
Open upload form:
https://typo3.org/extensions/extension-keys/
There you find the documentation how to zip with git.
git archive -o "${PWD##*/}_x.y.z.zip" HEAD
Create file, upload, write upload comment.