From bcd2a93ec482dd26a5fe50251722a3f6da42163d Mon Sep 17 00:00:00 2001 From: Jossue Gamez Date: Mon, 11 May 2020 10:36:17 -0500 Subject: [PATCH] Change to makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index df66849..42fe4cf 100644 --- a/Makefile +++ b/Makefile @@ -91,10 +91,10 @@ release-patch: release-major: git checkout master - git tag $(DOCKER_NEXT_VERSION_MINOR) + git tag $(DOCKER_NEXT_VERSION_MAJOR) git push --tags --force release-minor: git checkout master - git tag $(DOCKER_NEXT_VERSION_MAJOR) + git tag $(DOCKER_NEXT_VERSION_MINOR) git push --tags --force \ No newline at end of file