diff --git a/documentation/ReleaseChecklist.html b/documentation/ReleaseChecklist.html index 1cc67794c..f01115e99 100644 --- a/documentation/ReleaseChecklist.html +++ b/documentation/ReleaseChecklist.html @@ -89,7 +89,7 @@ the final release version.
- cd ~/base/mirror-3.16
- bzr tag R3.16.1-rc1 + cd ~/base-3.16
+ git tag -m 'ANJ: Tagged for 3.16.1-rc1' R3.16.1-rc1
- cd ~/baseCreate a GPG signature file of the tarfile as follows:
- bzr export - --root=base-3.16.1-rc1 - -r tag:R3.16.1-rc1 - base-3.16.1-rc1.tar.gz - mirror-3.16 + cd ~/base-3.16
+ git archive + --prefix=base-3.16.1-rc1 + -o base-3.16.1-rc1.tar.gz + 3.16.1-rc1
@@ -272,10 +271,10 @@ the final release version.@@ -285,12 +284,11 @@ the final release version. Release Manager -Tag the module in Bazaar: + Tag the module in Git: cd ~/base/mirror-3.16
- bzr tag R3.16.1 + git tag -m 'ANJ: Tagged for 3.16.1' R3.16.1Export the tagged version into a tarfile. Note that this command generates a gzipped tarfile directly from the repository: - cd ~/baseCreate a GPG signature file of the tarfile as follows:
- bzr export - --root=base-3.16.1 - -r tag:R3.16.1 - base-3.16.1.tar.gz - mirror-3.16 + cd ~/base-3.16
+ git archive + --prefix=base-3.16.1 + -o base-3.16.1.tar.gz + 3.16.1