diff --git a/.gitlab/issue_templates/release.md b/.gitlab/issue_templates/release.md
index 37e1228488b9266cccc7b5ae477b9001313399c4..43aac34b7bce22213b73fc0d884af46796ea2847 100644
--- a/.gitlab/issue_templates/release.md
+++ b/.gitlab/issue_templates/release.md
@@ -8,6 +8,7 @@ Make these changes in the main branch before releasing:
       see `.gitlab/issue_templates/update_all_components.md`
 * Update/review `docs/*` and make sure it matches the current state
   * [ ] Update how to checkout the latest stable tag
+        `find docs/ -name '*.md' -o -name '*.rst' -exec grep -H '0.7' {} \;`
   * [ ] Document how to upgrade in `docs/upgrading.rst`
 * [ ] Update dependencies in `requirements.txt` by following the
       instructions in `requirements.in`
diff --git a/docs/installation/install_cli.rst b/docs/installation/install_cli.rst
index 6278611d21d50354525dd6915f50fb50bb29f4f4..558725f3ffc944940fd4e5fb088c0c32c3bf2d83 100644
--- a/docs/installation/install_cli.rst
+++ b/docs/installation/install_cli.rst
@@ -45,11 +45,11 @@ Clone the Stackspin git repository
 -------------------------------------
 
 On your **provisioning machine**, clone the Stackspin git repository
-and checkout the latest release branch (currently ``v0.7``):
+and checkout the latest release branch (currently ``v0.8beta1``):
 
 ::
 
-    $ git clone -b v0.7 https://open.greenhost.net/stackspin/stackspin.git
+    $ git clone -b v0.8beta1 https://open.greenhost.net/stackspin/stackspin.git
     $ cd stackspin
 
 Create a python virtual environment (Optional)