File: release-script.txt

package info (click to toggle)
ruby-trollop 2.9.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 332 kB
  • sloc: ruby: 2,078; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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