From 727cef17e8996c54fc14928b0e7834368a841416 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 8 May 2009 07:34:53 +0000 Subject: [PATCH] Remove notes/, replaced with wiki page. --- notes/make-release.txt | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 notes/make-release.txt diff --git a/notes/make-release.txt b/notes/make-release.txt deleted file mode 100644 index 853e30d..0000000 --- a/notes/make-release.txt +++ /dev/null @@ -1,30 +0,0 @@ -== 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