sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 095bd0414c14c042e2c13a019b70b7bde35605f0
parent dc8242cb078f62cec344d35aef9d08012614394b
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Mon, 23 Mar 2009 10:35:28 -0400

update release-script for new process

No longer using Hoe. Manual build & upload process.

Diffstat:
M release-script.txt | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/release-script.txt b/release-script.txt
@@ -14,9 +14,8 @@ vi www/index.html # and include CONTRIBUTORS
 git checkout -b release-<releasename>
 vi lib/sup.rb bin/sup # and bump BOTH version numbers
 # ... git add, commit, etc
-rake release VERSION=<releasename>
+gem1.8 build sup.gemspec
+# manually upload
 git publish-branch
 rake upload_webpage
 rake upload_report
-git checkout next
-git merge master