about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-09-21 22:40:16 +0000
committerEric Wong <normalperson@yhbt.net>2010-09-21 22:40:16 +0000
commit663111480d8222763e5f553a71166442ef9990cc (patch)
tree3b78af89f6f07251ee3c60b2be3bca479e7cdb2f /GNUmakefile
parent1370d991d6bbe7b1916550996bca95b6b7a8f43d (diff)
downloadraindrops-663111480d8222763e5f553a71166442ef9990cc.tar.gz
Otherwise we'd keep forgetting and users would not know
about us.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index e18e060..ed32d69 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -152,6 +152,7 @@ release: verify package $(release_notes) $(release_changes)
         # in case of gem downloads from RubyForge releases page
         -rubyforge add_file \
           $(rfproject) $(rfpackage) $(VERSION) $(pkggem)
+        $(RAKE) publish_news VERSION=$(VERSION)
 else
 gem install-gem: GIT-VERSION-FILE
         $(MAKE) $@ VERSION=$(GIT_VERSION)