Sha256: f71c3ec549ae4bae9e4c99dcb4ae2d03b7f91ff943a77cbfc58b89713549326b
Contents?: true
Size: 383 Bytes
Versions: 58
Compression:
Stored size: 383 Bytes
Contents
Just a few simple steps to make a new release. vi lib/trollop.rb # and bump version number vi History.txt # and describe changes git-rank-contributors -o -h >> www/index.html vi www/index.html # and integrate contributors rake upload_webpage rake upload_docs rake release VERSION=<releasename> git commit -a -m "bump to..." git tag release-<releasename> git push git push --tags
Version data entries
58 entries across 58 versions & 4 rubygems