TYPO3 Extension Upload

Manual upload step by step

  1. Make Git up-to-date.

  2. Grep for the old version number to find all files to adjust.

    grep -r '1\.0\.2' .
    
    ./ChangeLog
    ./Documentation/Settings.yml
    ./ext_emconf.php
    
  3. Adjust the files.

  4. Write entry to ChangeLog

  5. Commit and push the changes.

    git commit -am "The message"
    git push
    
  6. Make tag.

    git tag 1.0.3
    git push --tags
    
  7. Zip with git.

    git archive -o "${PWD##*/}_1.0.3.zip" HEAD
    

    The version of the file must match the version given above.

  8. Open upload form.

    https://typo3.org/extensions/extension-keys/
    
  9. Upload with upload comment.