just some notes for RMs :-)
[koha.git] / misc / release_notes / README.txt
1 How to build a Koha release -- list of reminders for RMs
2
3 Update and document the translations
4
5 Install and test the translations
6
7 Upload the translations to translate.koha.org
8
9 Update the release notes (look at git logs for
10 major improvements)
11
12 Alter the VERSION string in Makefile.PL and comment
13 out VERSION_FROM
14
15 run perl Makefile.PL and then make manifest tardist
16 Sign, MD5 the release, upload:
17  put the tarball its own dir
18  run the following
19
20  $ md5sum * >koha-3.00.00-alpha.tar.gz.MD5
21  $ gpg --clearsign koha-3.00.00-alpha.tar.gz.MD5
22  $ cat koha-3.00.00-alpha.tar.gz.MD5.asc
23  $ gpg --detach-sign koha-3.00.00-alpha.tar.gz
24  $ scp * download.koha.org
25
26 Tag the Release:
27 From a clone of the RM repo, run:
28
29  $ git tag -a -m "version 3.00.00 beta" v3.00.00-beta
30  $ git push --tags
31  
32  * update the website, trigger the change
33  * email the list