Skip to content
Snippets Groups Projects
Commit 4e475d0d authored by Ian Baum's avatar Ian Baum
Browse files

Adding gitlay to notes about setting revisions

parent 441d65e3
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment