Koha/misc/release_notes/README.txt
Katrin Fischer d829dc1c6a Bug 5370: Fix all references to koha.org
Thx to Brooke for helping with the wiki.

This is the last patch.
We will have to change some more links, after translate.koha.org was moved.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2010-11-09 10:45:27 +13:00

47 lines
1.4 KiB
Text

How to build a Koha release -- list of reminders for RMs
Update and document the translations
./update.pl will update all translations and you can check for
failed ones (a copy of the previous version of the po file is
stored with a ~ (tilda) sign after it, so any that don't have that
didn't succeed
Install and test the translations
./translate install will install every translation in the po dir
Upload the translations to translate.koha.org
This is generally done by deleting the database and importing
the po files using the import tool as part of kartouche
Update the release notes (look at git logs for
major improvements)
Alter the VERSION string in Makefile.PL and comment
out VERSION_FROM. For instance:
VERSION => '3.00.00-stable',
#VERSION_FROM => 'kohaversion.pl',
run perl Makefile.PL and then make manifest tardist
Sign, MD5 the release, upload:
put the tarball its own dir
run the following
$ md5sum * >koha-3.00.00-alpha.tar.gz.MD5
$ gpg --clearsign koha-3.00.00-alpha.tar.gz.MD5
$ cat koha-3.00.00-alpha.tar.gz.MD5.asc
$ gpg --detach-sign koha-3.00.00-alpha.tar.gz
$ scp * download.koha-community.org
Tag the Release:
From a clone of the RM repo, run:
$ git tag -a -m "version 3.00.00 beta" v3.00.00-beta
$ git push --tags
From the gitweb repo, issue:
$ git fetch --tags
* update the website, trigger the change
* email the list