Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/releases.md')
-rw-r--r--doc/releases.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/releases.md b/doc/releases.md
index b353d83b..d2ad4066 100644
--- a/doc/releases.md
+++ b/doc/releases.md
@@ -68,8 +68,7 @@ To create a stable branch of the `gitlab-docs` project and a Docker image for th
1. Update your local clone:
```shell
- git stash -u
- git fetch origin && git rebase origin/main
+ make update
```
1. Run the Rake task to create the single version. For example, to create the 15.0 release branch
@@ -130,20 +129,15 @@ To create the release merge request for the release:
1. Update your local clone:
```shell
- git stash -u
- git fetch origin && git rebase origin/main
+ make update
```
1. Create a branch `release-X-Y`. For example:
```shell
- git checkout main
git checkout -b release-15-0
```
- Confirm the branch has been created. Go to <https://gitlab.com/gitlab-org/gitlab-docs/-/branches/active>
- and verify the branch is listed.
-
1. Edit `content/_data/versions.yaml` and update the lists of versions to reflect the new release:
- Add the latest version to the `online:` section.