From 223d14b6a2f83b3a19853a159f6932a29a8f5792 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Fri, 8 Apr 2022 23:08:53 -0700 Subject: [PATCH] Add missing git push --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c979beb..db9e2e3 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ release: git tag v0.`cat VERSION` git add VERSION git commit -m "Bump hishtory version" + git push git push --tags build-static: