From 44b4c5e3c40aa8f0c35823caa3fcc26aa45268e8 Mon Sep 17 00:00:00 2001 From: Johan Sydseter Date: Sun, 31 Mar 2024 17:58:13 +0200 Subject: [PATCH] Ensure the version file is cleaned up after use --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c22888835..e71612afc 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,6 @@ release: git pull origin master ./version-up.sh --patch -r --prefix v --apply @rm -f .version.properties - git add version.properties # To release a new version: # git push origin --tag .PHONY: release-patch