From 1e33c6446dc3ce65856fb51941a4c635e1652930 Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Wed, 30 Apr 2025 23:57:10 +0200 Subject: [PATCH] chore: automate version tag --- patch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/patch.sh b/patch.sh index 641e160..4aa252f 100755 --- a/patch.sh +++ b/patch.sh @@ -13,4 +13,5 @@ git add VERSION CloudronManifest.json git commit -m "chore: bump version to v$(command cat VERSION)" git tag "v$(command cat VERSION)" git push --follow-tags +git push origin --tags