From: Ian Jackson Date: Mon, 20 Oct 2014 01:30:36 +0000 (+0100) Subject: RELEASE-CHECKLIST: wip, as used for 1.5.0~rc0 X-Git-Tag: adns-1.5.0-rc1~26 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=commitdiff_plain;h=28747f70aa4b085e74b02c6b8b20db86d41ed6f0 RELEASE-CHECKLIST: wip, as used for 1.5.0~rc0 Signed-off-by: Ian Jackson --- diff --git a/RELEASE-CHECKLIST b/RELEASE-CHECKLIST new file mode 100755 index 0000000..9001461 --- /dev/null +++ b/RELEASE-CHECKLIST @@ -0,0 +1,62 @@ +#!/bin/bash +# This is for the benefit of the upstream maintainers of GNU adns +# +# * Maybe rerun autoconf +# * Ensure changelog reflects changes +# * Ensure NEWS reflects changes +# * Maybe update MAJOR and/or MINOR in common.make.in +# * Update DISTVERSION in Makefile.in +# * Update ADNS_VERSION_STRING in client/client.h +# +# * Run this script +# ./RELEASE-CHECKLIST +# +# * On chiark, maybe, replace ~ian/public-html/adns/current +# with symlink to web-$(version) (as directed by script) +# +# * Send release announcement (use last one as template) + +set -e + +version=`sed -n