From 8e3dec79bac63482c48a625e802ce5beed4556f5 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 17 Jun 2008 00:20:03 +0100 Subject: Added doc on making a release Added signing and checksumming tarball to preparation script Renamed said script --- doc/RELEASING | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/RELEASING (limited to 'doc') diff --git a/doc/RELEASING b/doc/RELEASING new file mode 100644 index 0000000..d6d008f --- /dev/null +++ b/doc/RELEASING @@ -0,0 +1,32 @@ +== PROCEDURE FOR MAKING A NEW RELEASE == + +- Source Tarball - +1. Create a clean tarball, and sign & checksum it + ./prepare-package.sh +2. Upload tarball & related files + scp getht-*.tar.bz2* @dl.sv.nongnu.org:/releases/getht/ + +- Webpage - +1. Download current webpage + wget http://www.nongnu.org/getht/ +2. Add new version information +3. Upload updated webpace + scp index.html @dl.sv.nongnu.org:/releases/getht/ + +- Infrastructure - +1. Add to new version option to bug tracker + https://savannah.nongnu.org/bugs/admin/field_values.php?group_id=9005&list_value=1&field=release_id + +- Announcement - +1. Post news to mailing list + getht-general@nongnu +2. Post news to Savannah + https://savannah.nongnu.org/news/submit.php?group=getht +3. Post new version to the following directories: + Freshmeat: http://freshmeat.net/add-release/64475/ + IceWalkers: http://www.icewalkers.com/submit.php + SourceWell: http://sourcewell.berlios.de/updapp.php?id=3655 + +- Clean up - +1. Delete local copy of release files + rm index.html getht-*.tar.bz2* -- cgit v1.2.3