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
c8d017a6
Commit
c8d017a6
authored
7 years ago
by
totten
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
4.7-final.md - Add sanity check for git commits
parent
ab09f37c
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.7-final.md
+16
-4
16 additions, 4 deletions
doc/4.7-final.md
with
16 additions
and
4 deletions
doc/4.7-final.md
+
16
−
4
View file @
c8d017a6
...
...
@@ -18,7 +18,19 @@ eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
```
## 1: Identify the final RC
## 1: Sanity checks
*
Compare the git revisions
*
https://download.civicrm.org/latest/civicrm-RC-drupal.tar.gz/inspect
*
https://github.com/civicrm/civicrm-core/commits/4.7.X-rc
*
https://github.com/civicrm/civicrm-drupal/commits/6.x-4.7.X-rc
*
https://github.com/civicrm/civicrm-drupal/commits/7.x-4.7.X-rc
*
https://github.com/civicrm/civicrm-joomla/commits/4.7.X-rc
*
https://github.com/civicrm/civicrm-packages/commits/4.7.X-rc
*
https://github.com/civicrm/civicrm-wordpress/commits/4.7.X-rc
## 2: Identify the final RC
Determine the identity of the final release candidate:
...
...
@@ -28,7 +40,7 @@ gsutil ls gs://civicrm-build/*rc/*json
For example, we might pick
`gs://civicrm-build/4.7.19-rc/civicrm-4.7.19-201705030600.json`
.
##
2
: Publish
##
3
: Publish
You can do the full process in one command:
...
...
@@ -72,7 +84,7 @@ 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
: Update `versions.json`
##
4
: 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.
...
...
@@ -91,7 +103,7 @@ git commit versions.json
git push origin master
```
##
4
: Set default on `sourceforge.net`
##
5
: Set default on `sourceforge.net`
Log into https://sourceforge.net/projects/civicrm/files/civicrm-stable and set the latest Drupal version to be the default download.
...
...
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