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
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
91bd9f84
Commit
91bd9f84
authored
2 years ago
by
totten
Browse files
Options
Downloads
Patches
Plain Diff
Trim verbose examples
parent
02bad098
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/5.x-final.md
+1
-11
1 addition, 11 deletions
doc/5.x-final.md
doc/5.x-patch.md
+1
-11
1 addition, 11 deletions
doc/5.x-patch.md
with
2 additions
and
22 deletions
doc/5.x-final.md
+
1
−
11
View file @
91bd9f84
...
...
@@ -60,17 +60,7 @@ If this branch will have future ESR support, then you should also publish releas
releaser -v gs://civicrm-build/5.2/civicrm-5.2.0-201705030600.json get sign tag publish esr-tag esr-publish
```
Note: You may run tasks individually, and you may do dry-runs (
`--dry-run`
/
`-N`
). For example
```
cd ~/src/master
## Publish tarballs to Google Cloud and Sourceforge (dry run)
releaser -v gs://civicrm-build/5.2/civicrm-5.2.0-201705030600.json publish -N
## Publish tarballs to Google Cloud and Sourceforge (really)
releaser -v gs://civicrm-build/5.2/civicrm-5.2.0-201705030600.json publish
```
> TIP: `releaser` can run steps individually, and it can provide a preview of actions it would take (`--dry-run` aka `-N`).
To ensure the various tags were published and match the branches, use
`civi-git-table`
, as in:
...
...
This diff is collapsed.
Click to expand it.
doc/5.x-patch.md
+
1
−
11
View file @
91bd9f84
...
...
@@ -97,17 +97,7 @@ If this branch will have future ESR support, then you should also publish releas
releaser -v gs://civicrm-build/5.2/civicrm-5.2.1-201705030600.json get sign tag publish esr-tag esr-publish
```
Note: You may run tasks individually, and you may do dry-runs (
`--dry-run`
/
`-N`
). For example
```
cd ~/src/master
## Publish tarballs to Google Cloud and Sourceforge (dry run)
releaser -v gs://civicrm-build/5.2/civicrm-5.2.1-201705030600.json publish -N
## Publish tarballs to Google Cloud and Sourceforge (really)
releaser -v gs://civicrm-build/5.2/civicrm-5.2.1-201705030600.json publish
```
> TIP: `releaser` can run steps individually, and it can provide a preview of actions it would take (`--dry-run` aka `-N`).
To ensure the various tags were published and match the branches, use
`civi-git-table`
, as in:
...
...
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