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
97b2dc9c
Commit
97b2dc9c
authored
7 years ago
by
totten
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update 4.6-final.md
Use fewer words
parent
7173fd5f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/4.6-final.md
+6
-18
6 additions, 18 deletions
doc/4.6-final.md
with
6 additions
and
18 deletions
doc/4.6-final.md
+
6
−
18
View file @
97b2dc9c
...
...
@@ -36,40 +36,28 @@ or do the steps individually:
```
cd /path/to/civicrm
##
Get
the RC tarballs
##
Download and rename
the RC tarballs
releaser gs://civicrm-build/4.6/civicrm-4.6.28-201705030600.json --get
## Generate signatures for tarballs
releaser gs://civicrm-build/4.6/civicrm-4.6.28-201705030600.json --sign
## Generate tags (dry run)
## Generate tags
in each repo
(dry run)
releaser gs://civicrm-build/4.6/civicrm-4.6.28-201705030600.json --tag -n
## Publish tarballs (dry run)
## Publish tarballs
to Sourceforge and Gcloud
(dry run)
releaser gs://civicrm-build/4.6/civicrm-4.6.28-201705030600.json --publish -n
##
Tag
(really)
##
Generate tags in each repo
(really)
releaser gs://civicrm-build/4.6/civicrm-4.6.28-201705030600.json --tag -f
## Publish (really)
## Publish
tarballs to Sourceforge and Gcloud
(really)
releaser gs://civicrm-build/4.6/civicrm-4.6.28-201705030600.json --publish
```
Internally, these commands will:
*
Copy and rename the build artifacts for
`civicrm-4.6.28-*201705030600*`
*
Generate and sign the MD5SUMS
*
Push
`git`
tags in each repo
*
Fetch each
`git`
repo
*
Determine the
`git`
commits used in this build
*
Create tags for each repo
*
Push tags for each repo
*
Publish the tarballs through the primary, long-term distribution channels
*
Copy the corresponding tarballs to Google Cloud
*
Copy the corresponding tarballs to Sourceforge
## Set default on `civicrm.org` (WIP)
... updat
ing
versions.json...
...
login to
`latest`
and
updat
e
versions.json
...
## Bump version
...
...
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