====== GitHub Nützliches ====== ===== Tags ===== git commit -m "prepare release" git tag -a v0.2.5 -m "Release v0.2.5" git push origin main --tags