From: William Morgan Date: Mon, 23 Mar 2009 14:35:28 +0000 (-0400) Subject: update release-script for new process X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=095bd0414c14c042e2c13a019b70b7bde35605f0;p=sup update release-script for new process No longer using Hoe. Manual build & upload process. --- diff --git a/release-script.txt b/release-script.txt index b1f09dd..c94b23f 100644 --- a/release-script.txt +++ b/release-script.txt @@ -14,9 +14,8 @@ vi www/index.html # and include CONTRIBUTORS git checkout -b release- vi lib/sup.rb bin/sup # and bump BOTH version numbers # ... git add, commit, etc -rake release VERSION= +gem1.8 build sup.gemspec +# manually upload git publish-branch rake upload_webpage rake upload_report -git checkout next -git merge master