From bdac11063e19872a201943a582083a04784b65f5 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Thu, 10 Oct 2024 11:47:15 -0700 Subject: [PATCH] bump target: Stash repo first In order to prevent content that wasn't committed from working its way into a build, stash prior to doing the rest of the bump. Signed-off-by: William Douglas --- Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.common b/Makefile.common index 61bc853..72b7970 100644 --- a/Makefile.common +++ b/Makefile.common @@ -223,6 +223,7 @@ scanlicense: #help the variable BUMP_MSG is set, its value is used as the commit summary. #help Otherwise a generic commit summary is used. bump: + git stash git pull --rebase $(MAKE) bumpnogit git add $(SPECFILE) release