sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 4803a6f0affc6013a79fd0abec13e14645894dc8
parent c6a927f41af5c861c7a1b88666c6a0cca9fe003d
Author: Gaute Hope <eg@gaute.vetsj.com>
Date:   Wed, 14 Aug 2013 16:24:51 +0200

delete release-script.txt in favour of wiki page

Diffstat:
D release-script.txt | 17 -----------------
1 file changed, 0 insertions(+), 17 deletions(-)
diff --git a/release-script.txt b/release-script.txt
@@ -1,17 +0,0 @@
-Just a few simple steps to make a new release.
-
-vi History.txt
-vi ReleaseNotes
-vi www/index.html # and bump version number
-git rank-contributors -n -o > CONTRIBUTORS
-vi CONTRIBUTORS   # and merge
-vi www/index.html # and include CONTRIBUTORS
-# ... git add, commit, etc
-git checkout -b release-<releasename>
-vi lib/sup.rb bin/* # and bump version numbers in all files
-# ... git add, commit, etc
-rake gem
-rake tarball
-gem push pkg/<gem name> # now using gemcutter
-git publish-branch
-rake upload_webpage