]> git.cworth.org Git - sup/blobdiff - release-script.txt
bugfix: :sent label not being applied to sent messages
[sup] / release-script.txt
index 8000535d557b4bad9e06c15b1580f70e29c0a331..3b5b5694e9dd30b0391c1ab84f2c3791194b92f4 100644 (file)
@@ -6,14 +6,17 @@ cat History.txt >> tmp.txt
 mv tmp.txt History.txt
 vi History.txt    # and cleanup
 vi ReleaseNotes   # and add whatever's necessary
-vi www/index.html  # and bump version number
+vi www/index.html # and bump version number
+git rank-contributors -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/sup # and bump BOTH version numbers
 # ... git add, commit, etc
-rake release VERSION=<releasename>
+rake gem
+rake tarball
+# manually upload
 git publish-branch
 rake upload_webpage
 rake upload_report
-git checkout next
-git merge master