rbot-remote: allow override of function
[rbot] / release-checklist
1 Pre-release checklist:
2  * Update .po files (rake updatepo). Remember to add any new po(t) files.
3
4 Release checklist:
5  * prepare a changelog from git shortlog
6  * tag the release with (./tag-release <version>). The script takes care of everything, including building the package
7  * git push, with tags
8  * upload packages to website's download folder
9  * update milestones and versions on the website
10  * prepare announcement on the website (use the changelog prepared before)
11  * change the website front page
12  * update the IRC topic
13  * [jsn] upload the gem (gem push rbot-<version>.gem)
14  * [jsn] update release info on rubyforge (needs release notes and changelog, take from announcement)
15  * [jsn] update release info on freshmeat (needs changes summary, see above)
16  * write a journal entry on ohloh.net about #rbot <version> being released