From bd668709e9d4792418b1b150cfd0aaffa03bf0b9 Mon Sep 17 00:00:00 2001
From: Tim Otten <totten@civicrm.org>
Date: Wed, 8 Nov 2017 13:41:01 -0800
Subject: [PATCH] Update 4.7-rc.md

---
 doc/4.7-rc.md | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/doc/4.7-rc.md b/doc/4.7-rc.md
index 06b3151..8a16ebc 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/
-- 
GitLab