Skip to content

Commit

Permalink
Fix once more the release-tag :(
Browse files Browse the repository at this point in the history
It's not `v-x.y`, but rather `vx.y`. Sigh.
  • Loading branch information
iustin committed Feb 8, 2025
1 parent a684fe5 commit a07846b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ coverage: clean


release-tag:
git tag -s -m 'Release version $(VERSION)' v-$(VERSION)
git tag -s -m 'Release version $(VERSION)' v$(VERSION)

clean:
rm -f *~ \#*\# *.o *.gcno *.gcda coverage.info $(PROGS) version.h
Expand Down

0 comments on commit a07846b

Please sign in to comment.