File: release-script.txt

package info (click to toggle)
sup-mail 0.12.1%2Bgit20120407.aaa852f-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,784 kB
  • sloc: ruby: 11,902; makefile: 7; sh: 2
file content (17 lines) | stat: -rw-r--r-- 500 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Just a few simple steps to make a new release.

vi History.txt
vi ReleaseNotes
vi www/index.html # and bump version number
git rank-contributors -n -o > CONTRIBUTORS
vi CONTRIBUTORS   # and merge
vi www/index.html # and include CONTRIBUTORS
# ... git add, commit, etc
git checkout -b release-<releasename>
vi lib/sup.rb bin/* # and bump version numbers in all files
# ... git add, commit, etc
rake gem
rake tarball
gem push pkg/<gem name> # now using gemcutter
git publish-branch
rake upload_webpage