about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-26 01:25:27 +0000
committerEric Wong <normalperson@yhbt.net>2010-12-26 01:27:22 +0000
commit9edc6946bbd4cc4be55ca4293135189c3db356c6 (patch)
treec9c2b110a5fa21a477386bf52294a6a41527e787 /GNUmakefile
parent88e85b58f3cb0796a680c86d83c16c305c33b098 (diff)
downloadruby_posix_mq-9edc6946bbd4cc4be55ca4293135189c3db356c6.tar.gz
Run it by default on releases.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index fe1b160..dbf12a5 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -127,6 +127,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)