From 0e76aec2507ad13de6ae970b58e07a71c744073a Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 9 Mar 2009 22:28:09 +0000 Subject: [PATCH] Use the same releasing notes as for yubico-core here --- notes/make-release.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 notes/make-release.txt diff --git a/notes/make-release.txt b/notes/make-release.txt new file mode 100644 index 0000000..853e30d --- /dev/null +++ b/notes/make-release.txt @@ -0,0 +1,30 @@ +== THIS NEEDS TO BE FILLED IN == + +In every release, the following steps need to be taken: + +1. Update the version information in the following files: + + - configure.ac You MUST change the version number given to + AC_INIT. + +1.5. To make life simpler, you might want to start a shell and define + a version variable as follows (change 'x.y' to the version number + that you set in configure.ac): + + $ RELEASE=x.y + + If you don't do this, you will have to replace "$RELEASE" with + the version number manually every time it's mentioned in the + commands following. + +2. Commit a revision with the changed files and a message noting what + is done, as follows: + + $ svn ci -m "Release $RELEASE" configure.ac + +3. Tag the release as follows: + + $ svn copy https://yubikey-personalization.googlecode.com/svn/trunk \ + https://yubikey-personalization.googlecode.com/svn/tags/release-$RELEASE \ + -m "Tagging release $RELEASE of yubico-personalization." + -- 2.39.5