From 2bf58d318790756c9e92f8c7640ed06e0bfb7e38 Mon Sep 17 00:00:00 2001
From: Ralph Lange
Date: Thu, 14 May 2015 14:06:47 +0200
Subject: [PATCH] Update ReleaseChecklist to new version.
---
documentation/ReleaseChecklist.html | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/documentation/ReleaseChecklist.html b/documentation/ReleaseChecklist.html
index 49b860f47..b7ecf71e1 100644
--- a/documentation/ReleaseChecklist.html
+++ b/documentation/ReleaseChecklist.html
@@ -144,17 +144,17 @@ relevent roles unless the Release Manager designates otherwise:
Tag the module in Bazaar, using these tag conventions:
-
- R3.15.1-pren
+ R3.15.2-pren
— pre-release tag
-
- R3.15.1-rcn
+ R3.15.2-rcn
— release candidate tag, note the rc is now
lower-case
cd ~/base/mirror-3.15
- bzr tag R3.15.1-rcn
+ bzr tag R3.15.2-rcn
|
@@ -166,9 +166,9 @@ relevent roles unless the Release Manager designates otherwise:
cd ~/base
bzr export --keywords=publish
- --root=base-3.15.1-rcn
- -r tag:R3.15.1-rcn
- baseR3.15.1-rcn.tar.gz
+ --root=base-3.15.2-rcn
+ -r tag:R3.15.2-rcn
+ baseR3.15.2-rcn.tar.gz
mirror-3.15
This requires that the Bazaar keywords plugin is installed and
@@ -289,7 +289,7 @@ relevent roles unless the Release Manager designates otherwise:
Tag the module in Bazaar:
cd ~/base/mirror-3.15
- bzr tag R3.15.1
+ bzr tag R3.15.2
|
@@ -301,9 +301,9 @@ relevent roles unless the Release Manager designates otherwise:
cd ~/base
bzr export --keywords=publish
- --root=base-3.15.1
- -r tag:R3.15.1
- baseR3.15.1.tar.gz
+ --root=base-3.15.2
+ -r tag:R3.15.2
+ baseR3.15.2.tar.gz
mirror-3.15
This requires that the Bazaar keywords plugin is installed and