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

5.x-final.md - Add new branch to versions.json

parent 229972c2
No related branches found
No related tags found
No related merge requests found
......@@ -95,14 +95,20 @@ Services such as the `civicrm.org` download page and the in-app version
check depend on a file named `versions.json`. Update this.
```
## Find and examine the current list of releases.
## Find and examine the current list of branches.
cd /var/www/latest.civicrm.org/public/
ls -la versions.json
./bin/pb release:list
./bin/pb branch:list
## Add the new branch. Be sure to adjust versions.
./bin/pb branch:status 5.2 stable
## Add the new release. Be sure to adjust versions/dates.
./bin/pb release:add 5.2.0 --date=2018-05-03 --security=false
## If appropriate, deprecate previous branch
./bin/pb branch:status 5.1 deprecated
## Make the change persistent.
git commit versions.json
git push origin master
......
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