sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 0b658ea6daebfbd7f8a8caf129aa0cc8eea0706b
parent 9ee2844486c7e826117418b9f94da07aaa144da4
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Tue, 22 Apr 2008 09:52:47 -0700

correct release script

Diffstat:
M release-script.txt | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/release-script.txt b/release-script.txt
@@ -6,11 +6,14 @@ cat History.txt >> tmp.txt
 mv tmp.txt History.txt
 vi History.txt    # and cleanup
 vi ReleaseNotes   # and add whatever's necessary
-vi lib/sup.rb     # and bump version number
-vi www/index.html # and bump version number
+vi www/index.html  # and bump version number
+# ... git add, commit, etc
+git checkout -b release-<releasename>
+vi lib/sup.rb bin/sup # and bump BOTH version numbers
+# ... git add, commit, etc
 rake release VERSION=<releasename>
-git commit -a -v
-git tag -a release-<releasename> -m "release <releasename>"
-git push
-git push --tags
+git publish-branch
+rake upload_webpage
 rake upload_report
+git checkout next
+git merge master