diff --git a/doc/4.7-rc.md b/doc/4.7-rc.md
index 06b3151c32f78aad40b90c94c9e2fb4665947e0b..8a16ebc86e7ea5e22b66843cc3c725c4b7427f42 100644
--- a/doc/4.7-rc.md
+++ b/doc/4.7-rc.md
@@ -15,14 +15,15 @@ ssh-add ~/.ssh/id_rsa
 
 ## 1: Sanity checks
 
- * Note the original branch, such as `master`.
- * Note the intended version, such as `4.7.8` or `4.7.9`. (In the rest of this document, we'll refer to `4.7.X`, but `4.7.X` should be adjusted to circumstance.)
-   * In civicrm-core.git repo, check that the code in `master` correctly references `4.7.X`:
-     * https://github.com/civicrm/civicrm-core/blob/master/xml/version.xml
-     * https://github.com/civicrm/civicrm-core/blob/master/sql/civicrm_generated.mysql
-     * https://github.com/civicrm/civicrm-core/tree/master/CRM/Upgrade/Incremental
-   *  In Jenkins, review the scheduled tests for `master` and determine if anything should block the RC.
-     * https://test.civicrm.org/job/CiviCRM-Core-Matrix/
+* Note the original branch, such as `master`.
+* Note the intended version, such as `4.7.8` or `4.7.9`. (In the rest of this document, we'll refer to `4.7.X`, but `4.7.X` should be adjusted to circumstance.)
+* In `civicrm-core.git` repo, check that the code in `master` correctly references `4.7.X`:
+    * https://github.com/civicrm/civicrm-core/blob/master/xml/version.xml
+    * https://github.com/civicrm/civicrm-core/blob/master/sql/civicrm_generated.mysql
+    * https://github.com/civicrm/civicrm-core/tree/master/CRM/Upgrade/Incremental
+*  In Jenkins, review the scheduled tests for `master` and determine if anything should block the RC.
+    * https://test.civicrm.org/job/CiviCRM-Core-Matrix/
+    * https://test.civicrm.org/job/CiviCRM-Ext-Matrix/
 
 ## 2: Make a branch
 
@@ -85,9 +86,11 @@ You might want to spot-check a few URLs to ensure the branches were published, e
 
  * Go to https://test.civicrm.org/job/CiviCRM-Core-Matrix/configure
    * In the list of `CIVIVER`s, remove any old RC's. Add the current RC. (ex: `4.6 4.7.24-rc master`)
+ * Go to https://test.civicrm.org/job/CiviCRM-Ext-Matrix/configure
+   * In the list of `CIVIVER`s, remove any old RC's. Add the current RC. (ex: `4.6 4.7.24-rc master`)
  * Go to https://test.civicrm.org/job/CiviCRM-Publish/configure
    * In the list of `branchNames`, remove any old RC's. Add the current RC. (ex: `master 4.6 4.7.24-rc`)
-
+   
 ## 4: Publish tarballs
 
  * Go to https://test.civicrm.org/job/CiviCRM-Publish/