Fixed bug in the Makefile

This commit is contained in:
Corey Oordt 2022-09-21 11:49:36 -05:00
parent 0cb846172f
commit 60374fa7f4

View file

@ -87,7 +87,6 @@ do-release:
fi; \ fi; \
git fetch -p --all; \ git fetch -p --all; \
generate-changelog; \ generate-changelog; \
git add CODEOWNERS; \
export BRANCH_NAME=$(SHORT_BRANCH_NAME);bumpversion $(BUMPVERSION_OPTS) $(RELEASE_KIND) --allow-dirty; \ export BRANCH_NAME=$(SHORT_BRANCH_NAME);bumpversion $(BUMPVERSION_OPTS) $(RELEASE_KIND) --allow-dirty; \
git push origin $(BRANCH_NAME); \ git push origin $(BRANCH_NAME); \
git push --tags; git push --tags;