chore: automate version tag

This commit is contained in:
SansGuidon 2025-04-30 23:57:10 +02:00
parent c44bb686e2
commit 1e33c6446d

View File

@ -13,4 +13,5 @@ git add VERSION CloudronManifest.json
git commit -m "chore: bump version to v$(command cat VERSION)" git commit -m "chore: bump version to v$(command cat VERSION)"
git tag "v$(command cat VERSION)" git tag "v$(command cat VERSION)"
git push --follow-tags git push --follow-tags
git push origin --tags