From d674e2f73db8e2fcc47813bc7117d8a102ede4fa Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Thu, 21 Apr 2011 23:17:27 +0200 Subject: release: automate and document Add a brief description of how to release initscripts. Also automate the creation of the tarball using "make release". Signed-off-by: Tom Gundersen --- RELEASE | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 RELEASE (limited to 'RELEASE') diff --git a/RELEASE b/RELEASE new file mode 100644 index 0000000..786b286 --- /dev/null +++ b/RELEASE @@ -0,0 +1,18 @@ +Releasing + +1) create an anotated tag on the format YYYY.MM.X, where YYYY is the year, + MM is the month and X is a number starting from 1. E.g.: + + $ git tag -a 2011.04.1 + +2) create a tarball + + $ make release + +3) copy the tarball to gerolde + + $ scp initscripts-YYYY.MM.X.tar.xz gerolde.archlinux.org:/srv/ftp/other/initscripts/ + +4) check that the PKGBUILD in git is in sync with the PKGBUILD to be released + +5) create packages for both arches and push to testing -- cgit v1.2.3