From 0b658ea6daebfbd7f8a8caf129aa0cc8eea0706b Mon Sep 17 00:00:00 2001 From: William Morgan Date: Tue, 22 Apr 2008 09:52:47 -0700 Subject: [PATCH] correct release script --- release-script.txt | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) 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 -- 2.45.2