Skip to content

Commit

Permalink
Make 'git tag 2106VERSION' fail if there is a problem
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 10, 2023
1 parent fec5633 commit 828c77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 828c77d

Please sign in to comment.