Koha/misc/release_notes
Joshua Ferraro 77f85f0a6a a reminder about tags for the RM
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-04-04 16:37:10 -05:00
..
README.txt a reminder about tags for the RM 2008-04-04 16:37:10 -05:00
release_notes_22RC1.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_22RC2.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_22RC3.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_22RC4.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_22RC5.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_191.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_192.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_193.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_200pre1.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_200pre2.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_200pre3.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_200pre4.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_200pre5.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_200RC1.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_200RC2.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_200RC3.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_200RC4.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_210.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_211.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_212.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_213.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_220.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_221.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_222.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_223.txt Removing white spaces from directory and filenames as they restrict portability across OS platforms. 2007-12-19 18:55:12 -06:00
release_notes_30000alpha.txt adding download link 2008-01-05 02:59:57 -06:00
release_notes_30000beta.txt updating release notes 2008-03-23 00:26:15 -05:00

How to build a Koha release -- list of reminders for RMs

Update and document the translations

Install and test the translations

Upload the translations to translate.koha.org

Update the release notes (look at git logs for
major improvements)

Alter the VERSION string in Makefile.PL and comment
out VERSION_FROM

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.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