From 60374fa7f46ef583037bfaf354d7f3431bc30ef5 Mon Sep 17 00:00:00 2001 From: Corey Oordt Date: Wed, 21 Sep 2022 11:49:36 -0500 Subject: [PATCH] Fixed bug in the Makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c802084..9e4b876 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,6 @@ do-release: fi; \ git fetch -p --all; \ generate-changelog; \ - git add CODEOWNERS; \ export BRANCH_NAME=$(SHORT_BRANCH_NAME);bumpversion $(BUMPVERSION_OPTS) $(RELEASE_KIND) --allow-dirty; \ git push origin $(BRANCH_NAME); \ git push --tags;