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