Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
omnibus-heptapod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
heptapod
omnibus-heptapod
Commits
4e475d0d
Commit
4e475d0d
authored
8 years ago
by
Ian Baum
Browse files
Options
Downloads
Patches
Plain Diff
Adding gitlay to notes about setting revisions
parent
441d65e3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/release/README.md
+4
-4
4 additions, 4 deletions
doc/release/README.md
with
4 additions
and
4 deletions
doc/release/README.md
+
4
−
4
View file @
4e475d0d
...
...
@@ -83,6 +83,6 @@
release:
```
# usage: set-revisions [--ee] GITLAB_RAILS_REF GITLAB_SHELL_REF GITLAB_WORKHORSE_REF
# usage: set-revisions [--ee] GITLAB_RAILS_REF GITLAB_SHELL_REF GITLAB_WORKHORSE_REF
GITALY_REF
# For GitLab CE:
...
...
@@ -87,5 +87,5 @@
# For GitLab CE:
support/set-revisions v1.2.3 v1.2.3 1.2.3
support/set-revisions v1.2.3 v1.2.3 1.2.3
1.2.3
# For GitLab EE:
...
...
@@ -90,8 +90,8 @@
# For GitLab EE:
support/set-revisions --ee v1.2.3-ee v1.2.3 1.2.3
support/set-revisions --ee v1.2.3-ee v1.2.3 1.2.3
1.2.3
```
1.
Commit the new version to the release branch:
```shell
...
...
@@ -93,9 +93,9 @@
```
1.
Commit the new version to the release branch:
```shell
git add VERSION GITLAB_SHELL_VERSION GITLAB_WORKHORSE_VERSION
git add VERSION GITLAB_SHELL_VERSION GITLAB_WORKHORSE_VERSION
GITALY_VERSION
git commit
```
...
...
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