]> err.no Git - yubikey-personalization.old/commitdiff
Remove notes/, replaced with wiki page.
authorSimon Josefsson <simon@josefsson.org>
Fri, 8 May 2009 07:34:53 +0000 (07:34 +0000)
committerSimon Josefsson <simon@josefsson.org>
Fri, 8 May 2009 07:34:53 +0000 (07:34 +0000)
notes/make-release.txt [deleted file]

diff --git a/notes/make-release.txt b/notes/make-release.txt
deleted file mode 100644 (file)
index 853e30d..0000000
+++ /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."
-