Skip to content
Snippets Groups Projects
Commit 885df924 authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

Make sure in the release proces that git push is done before git push --tags.

parent a57800dd
No related branches found
No related tags found
No related merge requests found
......@@ -70,4 +70,4 @@ dist: irker-$(VERS).tar.gz
release: irker-$(VERS).tar.gz irkerd.html irkerhook.html install.html security.html hacking.html
shipper -u -m -t; make clean
git push --tags
git push && git push --tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment