Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
Release
Commits
b8b7c5d0
Commit
b8b7c5d0
authored
7 years ago
by
totten
Browse files
Options
Downloads
Patches
Plain Diff
(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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/4.6-final.md
+17
-2
17 additions, 2 deletions
doc/4.6-final.md
doc/4.7-final.md
+17
-2
17 additions, 2 deletions
doc/4.7-final.md
with
34 additions
and
4 deletions
doc/4.6-final.md
+
17
−
2
View file @
b8b7c5d0
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
doc/4.7-final.md
+
17
−
2
View file @
b8b7c5d0
...
...
@@ -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`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment