From b770f3df41660de1a9973bca03dbd9357affa089 Mon Sep 17 00:00:00 2001 From: Ryan King Date: Tue, 3 Mar 2020 12:37:13 -0800 Subject: [PATCH] add git push to release --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e62e84cc..4dbbbcea 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ setup: ## setup development dependencies release: ## run a release ./bin/bff bump + git push git push --tags @echo "Go to github.com/chanzuckerberg/cztack/ and make the tag into a release (not automated yet)." .PHONY: release