1 Just a few simple steps to make a new release.
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
9 rake release VERSION=<releasename>
10 git commit -a -m "bump to..."
11 git tag release-<releasename>