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
fcc0c254
Commit
fcc0c254
authored
6 years ago
by
totten
Browse files
Options
Downloads
Patches
Plain Diff
5.x-final.md - Add new branch to versions.json
parent
229972c2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/5.x-final.md
+8
-2
8 additions, 2 deletions
doc/5.x-final.md
with
8 additions
and
2 deletions
doc/5.x-final.md
+
8
−
2
View file @
fcc0c254
...
...
@@ -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
releas
es.
## Find and examine the current list of
branch
es.
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
...
...
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