aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 94b754a..df552da 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,5 +20,5 @@ install-exec-local:
release: distcheck
git diff && \
- git tag rel-`echo $(VERSION) | sed -e 's/\./-/g'` && git push --tag \
+ git tag rel-`echo $(VERSION) | sed -e 's/\./-/g'` && git push --tag && \
woger sourceforge package=$(PACKAGE) version=$(VERSION) notes=release-notes-$(VERSION) dist_type="tar.gz"