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

Version Path
trollop-2.9.10 release-script.txt
trollop-2.9.9 release-script.txt
trollop-2.1.3 release-script.txt
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/trollop-2.1.2/release-script.txt
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/trollop-2.1.2/release-script.txt
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/trollop-2.1.2/release-script.txt
trollop-2.1.2 release-script.txt
trollop-2.1.1 release-script.txt
trollop-2.1.0 release-script.txt
trollop-2.0 release-script.txt
resque-pool-0.3.0 vendor/bundle/ruby/1.8/gems/trollop-1.16.2/release-script.txt
resque-pool-0.3.0.beta.2 vendor/bundle/ruby/1.8/gems/trollop-1.16.2/release-script.txt
trollop-ghetto-1.16.3 release-script.txt
trollop-1.16.2 release-script.txt