Sha256: 1317f6eab8062429c3c4f033cf17d7f94d3baef77bd2c764d1086c570bfbed8c
Contents?: true
Size: 405 Bytes
Versions: 2
Compression:
Stored size: 405 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 rake tarball gem push pkg/<gem name> git push git push --tags rake upload_webpage
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
trollop-1.16.1 | release-script.txt |
trollop-1.16 | release-script.txt |