From 916577883cdd67ba13aec8e5011a10aedc490c42 Mon Sep 17 00:00:00 2001 From: enge Date: Mon, 17 Nov 2008 13:03:56 +0000 Subject: added tagging description git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@324 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- README.dev | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.dev') diff --git a/README.dev b/README.dev index 8ae2892..2620037 100644 --- a/README.dev +++ b/README.dev @@ -19,6 +19,8 @@ Creating a new release 3) Execute "autoreconf; touch doc/mpc.texi; make dist". This updates the date and version number in doc/version.texi and creates the tarball for distribution. -4) Update the version number in configure.ac, INSTALL and mpc.h, - and reactivate the -Werror option in configure.ac. -5) Commit the changes to svn. +4) Create an svn tag from inside the svn root: + svn cp trunk tags/VERSION -m "Tagging release VERSION" +5) After the release, update the version number in configure.ac, INSTALL + and mpc.h, and reactivate the -Werror option in configure.ac. +6) Commit the changes to svn. -- cgit v1.2.1