diff --git a/Makefile b/Makefile index fac0be3..d1e388b 100644 --- a/Makefile +++ b/Makefile @@ -108,10 +108,7 @@ clean-man: release: dist gpg --detach-sign --default-key $(KEYID) $(PACKAGE)-$(VERSION).tgz gpg --verify $(PACKAGE)-$(VERSION).tgz.sig - svn copy https://$(PROJECT).googlecode.com/svn/trunk/ \ - https://$(PROJECT).googlecode.com/svn/tags/$(PACKAGE)-$(VERSION) \ - -m "Tagging the $(VERSION) release of the $(PACKAGE) project." - googlecode_upload.py -s "OpenPGP signature for $(PACKAGE) $(VERSION)." \ - -p $(PROJECT) -u $(USER) $(PACKAGE)-$(VERSION).tgz.sig - googlecode_upload.py -s "$(PACKAGE) $(VERSION)." \ - -p $(PROJECT) -u $(USER) $(PACKAGE)-$(VERSION).tgz + + git tag -s -v $(PACKAGE)-$(VERSION) + git push + git push --tags