]> git.notmuchmail.org Git - sup/commitdiff
correct release script
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Tue, 22 Apr 2008 16:52:47 +0000 (09:52 -0700)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Tue, 22 Apr 2008 16:58:14 +0000 (09:58 -0700)
release-script.txt

index f3ff2aec670817dba9e4a5ec6a2fead2191c256c..8000535d557b4bad9e06c15b1580f70e29c0a331 100644 (file)
@@ -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