From a684fe5a152ea15e4ab711a9eb99dac1fdd3f33e Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 8 Feb 2025 21:25:31 +0100 Subject: [PATCH] Fix the release-tag makefile command The tags are no longer named `mt-st-xxx`, but simply `v-xxx`. Also remove the punctuation at the end of the message, since this is similar to the commit subject. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d846a4f..868f852 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,7 @@ coverage: clean release-tag: - git tag -s -m 'Release version $(VERSION).' mt-st-$(VERSION) + git tag -s -m 'Release version $(VERSION)' v-$(VERSION) clean: rm -f *~ \#*\# *.o *.gcno *.gcda coverage.info $(PROGS) version.h