]> git.notmuchmail.org Git - sup/commitdiff
update release-script for new process
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Mon, 23 Mar 2009 14:35:28 +0000 (10:35 -0400)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Mon, 23 Mar 2009 14:35:28 +0000 (10:35 -0400)
No longer using Hoe. Manual build & upload process.

release-script.txt

index b1f09dd5953839e85076a72050a4acadefb02ea8..c94b23f7d622107831a47ac2e5975ef17b47a7ca 100644 (file)
@@ -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