summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdist/release-vespa-rpm.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/release-vespa-rpm.sh b/dist/release-vespa-rpm.sh
index d5f969b34dc..e35d6d76c88 100755
--- a/dist/release-vespa-rpm.sh
+++ b/dist/release-vespa-rpm.sh
@@ -32,6 +32,10 @@ mv pom.xml pom.xml.hide
tito init
tito tag --use-version=$VERSION --no-auto-changelog
+# Create git release tag
+git tag $VERSION $GITREF
+git push $VERSION
+
# Push changes and tag to branc
git push -u origin --follow-tags $RPM_BRANCH