aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2024-02-26 21:16:23 +0100
committerMartin Mares <mj@ucw.cz>2024-02-26 21:16:23 +0100
commit1873b97397b14e3f2404aeee128c429430ce621a (patch)
treef3e6c4a3e930715991f1d846c63c7f726e818fc5
parent651a352a037b7a7b4d8e0bcb3eefb7cfc07fdda7 (diff)
downloadpciutils-1873b97397b14e3f2404aeee128c429430ce621a.tar.gz
maint/push-to-public: Push including tags
-rwxr-xr-xmaint/push-to-public4
1 files changed, 2 insertions, 2 deletions
diff --git a/maint/push-to-public b/maint/push-to-public
index d1ab4f3..4ed9467 100755
--- a/maint/push-to-public
+++ b/maint/push-to-public
@@ -1,4 +1,4 @@
#!/bin/sh
set -e
-git push public
-git push github
+git push --tags public
+git push --tags github