minor README.txt tweaks
[trollop:mainline.git] / release-script.txt
1 Just a few simple steps to make a new release.
2
3 vi lib/trollop.rb # and bump version number
4 vi History.txt    # and describe changes
5 git-rank-contributors -o -h >> www/index.html
6 vi www/index.html # and integrate contributors
7 rake upload_webpage
8 rake upload_docs
9 rake release VERSION=<releasename>
10 git commit -a -m "bump to..."
11 git tag release-<releasename>
12 git push
13 git push --tags