summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIgor Drozdov <idrozdov@gitlab.com>2021-06-23 12:09:22 +0300
committerIgor Drozdov <idrozdov@gitlab.com>2021-06-23 12:09:22 +0300
commitba5d0eb88bab611f2a26d409721627333e73b868 (patch)
treea2fd26bbedde45c164dc93dea4b4f76f14e749b0 /README.md
parent99f2163b0d8ef53a8c53b85664f34602b92d8cc6 (diff)
downloadgitlab-shell-ba5d0eb88bab611f2a26d409721627333e73b868.tar.gz
Create PROCESS.md page with Security release process
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 2 insertions, 21 deletions
diff --git a/README.md b/README.md
index 8ebd8be..70f03d9 100644
--- a/README.md
+++ b/README.md
@@ -78,28 +78,9 @@ environment.
Starting with GitLab 8.12, GitLab supports Git LFS authentication through SSH.
-## Releasing a new version
+## Releasing
-GitLab Shell is versioned by git tags, and the version used by the Rails
-application is stored in
-[`GITLAB_SHELL_VERSION`](https://gitlab.com/gitlab-org/gitlab/-/blob/master/GITLAB_SHELL_VERSION).
-
-For each version, there is a raw version and a tag version:
-
-- The **raw version** is the version number. For instance, `15.2.8`.
-- The **tag version** is the raw version prefixed with `v`. For instance, `v15.2.8`.
-
-To release a new version of GitLab Shell and have that version available to the
-Rails application:
-
-1. Create a merge request to update the [`CHANGELOG`](CHANGELOG) with the
- **tag version** and the [`VERSION`](VERSION) file with the **raw version**.
-2. Ask a maintainer to review and merge the merge request. If you're already a
- maintainer, second maintainer review is not required.
-3. Add a new git tag with the **tag version**.
-4. Update `GITLAB_SHELL_VERSION` in the Rails application to the **raw
- version**. (Note: this can be done as a separate MR to that, or in and MR
- that will make use of the latest GitLab Shell changes.)
+See [PROCESS.md](./PROCESS.md)
## Contributing