Skip to content
Snippets Groups Projects
Commit 6ab88fa3 authored by totten's avatar totten
Browse files

4.7-rc.md - Put Jenkins steps next to each other. Less context switching.

parent 5a7958a5
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,12 @@ You might want to spot-check a few URLs to ensure the branches were published, e
* https://github.com/civicrm/civicrm-packages/tree/4.7.X-rc
* https://github.com/civicrm/civicrm-wordpress/tree/4.7.X-rc
## 3: Publish tarballs
## 3: Setup automated tests
* 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.
## 4: Publish tarballs
* Go to https://test.civicrm.org/job/CiviCRM-Publish/
* Check to see if the new branch is being built automatically. If not:
......@@ -90,7 +95,7 @@ You might want to spot-check a few URLs to ensure the branches were published, e
* Click "Build with parameters"
* For the branch name, enter your chosen `4.7.X-rc`.
## 4: Bump version number on `master` to `4.7.Y`
## 5: Bump version number on `master` to `4.7.Y`
The original branch, "master", should continue development with the next version, e.g. "4.7.Y".
......@@ -101,8 +106,3 @@ git pull --ff-only origin master
./tools/bin/scripts/set-version.php 4.7.Y --commit
git push origin master
```
## 5: Setup automated tests
* 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment