mirror of
https://github.com/iustin/mt-st.git
synced 2026-01-07 12:35:19 +00:00
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:
2
Makefile
2
Makefile
@@ -99,7 +99,7 @@ coverage: clean
|
|||||||
|
|
||||||
|
|
||||||
release-tag:
|
release-tag:
|
||||||
git tag -s -m 'Release version $(VERSION).' mt-st-$(VERSION)
|
git tag -s -m 'Release version $(VERSION)' v-$(VERSION)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *~ \#*\# *.o *.gcno *.gcda coverage.info $(PROGS) version.h
|
rm -f *~ \#*\# *.o *.gcno *.gcda coverage.info $(PROGS) version.h
|
||||||
|
|||||||
Reference in New Issue
Block a user