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:
cd ~/base/mirror-3.15
- bzr tag R3.15.1-rcn + bzr tag R3.15.2-rcn
cd ~/baseThis requires that the Bazaar keywords plugin is installed and @@ -289,7 +289,7 @@ relevent roles unless the Release Manager designates otherwise:
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
cd ~/base/mirror-3.15
- bzr tag R3.15.1 + bzr tag R3.15.2
cd ~/baseThis requires that the Bazaar keywords plugin is installed and
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