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

(4.6,4.7)-final.md - Add instructions for versions.json

parent b699fea8
No related branches found
No related tags found
No related merge requests found
......@@ -72,9 +72,24 @@ releaser gs://civicrm-build/4.6/civicrm-4.6.28-201705030600.json --tag -f
releaser gs://civicrm-build/4.6/civicrm-4.6.28-201705030600.json --publish
```
## 4: Set default on `civicrm.org` (WIP)
## 4: Update `versions.json`
... login to `latest` and update versions.json ...
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.
cd /var/www/latest.civicrm.org/public/
ls -la versions.json
./bin/pb release:list
## Add the new release. Be sure to adjust versions/dates.
./bin/pb release:add 4.6.28 --date=2017-05-03 --security=false
## Make the change persistent.
git commit versions.json
git push origin master
```
## 5: Bump version
......
......@@ -72,9 +72,24 @@ You might want to spot-check a few URLs to ensure the tags were published, e.g.
* https://github.com/civicrm/civicrm-packages/tree/4.7.X
* https://github.com/civicrm/civicrm-wordpress/tree/4.7.X
## 3: Set default on `civicrm.org` (WIP)
## 3: Update `versions.json`
... login to `latest` and update versions.json ...
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.
cd /var/www/latest.civicrm.org/public/
ls -la versions.json
./bin/pb release:list
## Add the new release. Be sure to adjust versions/dates.
./bin/pb release:add 4.7.19 --date=2017-05-03 --security=false
## Make the change persistent.
git commit versions.json
git push origin master
```
## 4: Set default on `sourceforge.net`
......
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