about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-26 01:21:33 +0000
committerEric Wong <normalperson@yhbt.net>2010-12-26 01:29:22 +0000
commitf132c6baa33496515743de1a31854d169479518d (patch)
tree2a8c88ea23937d928c8a902327dfa5de668c9f2e /GNUmakefile
parenta4b13f3e1376b539a1b7b7cbfeb9e38f6de2b289 (diff)
downloadclogger-f132c6baa33496515743de1a31854d169479518d.tar.gz
It's interactive and sucks less, now.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a82fad1..cfe11bc 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -133,6 +133,7 @@ release: verify package $(release_notes) $(release_changes)
         gem push $(pkggem)
         rubyforge add_file \
           $(rfproject) $(rfpackage) $(VERSION) $(pkggem)
+        $(RAKE) publish_news VERSION=$(VERSION)
 else
 gem install-gem: GIT-VERSION-FILE
         $(MAKE) $@ VERSION=$(GIT_VERSION)