From: William Morgan Date: Tue, 22 Apr 2008 16:52:47 +0000 (-0700) Subject: correct release script X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=0b658ea6daebfbd7f8a8caf129aa0cc8eea0706b;p=sup correct release script --- diff --git a/release-script.txt b/release-script.txt index f3ff2ae..8000535 100644 --- 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- +vi lib/sup.rb bin/sup # and bump BOTH version numbers +# ... git add, commit, etc rake release VERSION= -git commit -a -v -git tag -a release- -m "release " -git push -git push --tags +git publish-branch +rake upload_webpage rake upload_report +git checkout next +git merge master