summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Boulton <richard@tartarus.org>2002-03-08 18:07:09 +0000
committerRichard Boulton <richard@tartarus.org>2002-03-08 18:07:09 +0000
commitd7941995b9771e8bf4692c0816ed12be19f4fa67 (patch)
tree39242f3e87a7d85bf9d31606cf4c909421557ceb
parent08f04d5575293aad2f554c9f593cfdf7706ffe39 (diff)
I'm too lazy to comment this
Original commit message from CVS: *** empty log message ***
-rw-r--r--docs/random/release13
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/random/release b/docs/random/release
index 4e399b14b1..81e6e62913 100644
--- a/docs/random/release
+++ b/docs/random/release
@@ -1,6 +1,13 @@
-maybe we should be doing releases on branches from the trunk so that the package
-version in CVS can always be date-generated and core hacking isn't discouraged
-during the release cycle.
+Release should be done on branches from the trunk so that the package version
+in CVS can always be date-generated and core hacking isn't discouraged during
+the release cycle.
+
+Note: commands used to make a new branch are as follows:
+(for example, for version 0.3.3)
+
+cvs tag BRANCH-RELEASE-0_3_3-ROOT
+cvs tag -b BRANCH-RELEASE-0_3_3
+cvs update -r BRANCH-RELEASE-0_3_3
Release TODO
------------