Skip to content

Commit

Permalink
v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rpuntaie committed Mar 12, 2021
1 parent 5abd0ea commit a2142eb
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 @@ -36,7 +36,7 @@ release:
pandoc README.rst -s -t man -o mw.1
$(eval TAGMSG="v$(shell bin/mw --version | cut -d ' ' -f 2)")
git commit -am $(TAGMSG)
git tag -s $(TAGMSG) -m"$(TAGMSG)"
git tag -f -s $(TAGMSG) -m"$(TAGMSG)"
git verify-tag $(TAGMSG)
git push origin $(TAGMSG) --follow-tags --force

Expand Down

0 comments on commit a2142eb

Please sign in to comment.