Skip to content
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.

Commit

Permalink
(make dist) sign future tags
Browse files Browse the repository at this point in the history
  • Loading branch information
stesie committed Mar 25, 2017
1 parent a06b559 commit 675a1d7
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 @@ -191,7 +191,7 @@ geierlein-$(VERSION).tar.xz: geierlein-$(VERSION).tar.gz
gzip -cd $< | xz -ezcv > $@

dist: dist-nsis geierlein-$(VERSION).zip geierlein-$(VERSION).tar.xz
git tag -f V$(VERSION)
git tag -s -f -m "Version $(VERSION)" V$(VERSION)

autodist: dist
cp Makefile Makefile.autodist
Expand Down

0 comments on commit 675a1d7

Please sign in to comment.