From d69ea30d0177652277680da6d7c259d2a351967e Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Sun, 23 Mar 2008 01:49:25 -0400 Subject: [PATCH] just some notes for RMs :-) Signed-off-by: Joshua Ferraro --- misc/release_notes/README.txt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 misc/release_notes/README.txt diff --git a/misc/release_notes/README.txt b/misc/release_notes/README.txt new file mode 100644 index 0000000000..1820b7cf01 --- /dev/null +++ b/misc/release_notes/README.txt @@ -0,0 +1,33 @@ +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 + + * update the website, trigger the change + * email the list -- 2.39.2