From 828c77daf1dd0c49d9b0fc7650e4ebdca769981d Mon Sep 17 00:00:00 2001 From: mpenning Date: Tue, 10 Oct 2023 05:54:41 -0500 Subject: [PATCH] Make 'git tag 2106VERSION' fail if there is a problem --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c7f2d012..8be8f62e 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ pypi: # upgrade packaging infra and ciscoconfparse dependencies... make pypi-package-infra # tag the repo with $$VERSION and push to origin - -git tag $$VERSION + git tag $$VERSION git push origin $$VERSION poetry lock --no-update poetry build