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.
This commit is contained in:
Iustin Pop
2025-02-08 21:25:31 +01:00
parent 70b24634cf
commit a684fe5a15

View File

@@ -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