X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=release-script.txt;h=3b5b5694e9dd30b0391c1ab84f2c3791194b92f4;hb=e127eef693956080b06bc8c0157071aa0c8549cb;hp=8000535d557b4bad9e06c15b1580f70e29c0a331;hpb=0b658ea6daebfbd7f8a8caf129aa0cc8eea0706b;p=sup diff --git a/release-script.txt b/release-script.txt index 8000535..3b5b569 100644 --- a/release-script.txt +++ b/release-script.txt @@ -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- vi lib/sup.rb bin/sup # and bump BOTH version numbers # ... git add, commit, etc -rake release VERSION= +rake gem +rake tarball +# manually upload git publish-branch rake upload_webpage rake upload_report -git checkout next -git merge master