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:
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