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:
authorKati Paizee <kpaizee@gitlab.com>2022-09-29 14:39:00 +0300
committerKati Paizee <kpaizee@gitlab.com>2022-09-29 14:39:00 +0300
commit7d07f2ffc90c8020e978d1a3a45af7694a2441f0 (patch)
tree363ba85ef68b02cb29a72f3e3b26ca7cab48696c
parentee1eaa56f5d2b305c175a260dd3e6531617af3d7 (diff)
Apply 2 suggestion(s) to 1 file(s)kpaizee-main-patch-74819
-rw-r--r--.gitlab/issue_templates/release.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab/issue_templates/release.md b/.gitlab/issue_templates/release.md
index b2600c35..a4597012 100644
--- a/.gitlab/issue_templates/release.md
+++ b/.gitlab/issue_templates/release.md
@@ -27,8 +27,8 @@ Documentation [for handling the docs release](https://gitlab.com/gitlab-org/gitl
./bin/rake "release:single[15.0]"
```
- A branch for the release is created, a new `15.0.Dockerfile` is created, and `.gitlab-ci.yml`
- has branches variables updated into a new branch. These files are automatically committed.
+ A branch for the release is created, a new `15.0.Dockerfile` is created, and `.gitlab-ci.yml`
+ has branches variables updated into a new branch. These files are automatically committed.
1. [ ] Push the newly created branch, but **don't create a merge request**.
@@ -36,7 +36,6 @@ Documentation [for handling the docs release](https://gitlab.com/gitlab-org/gitl
the branch you created earlier. Go to the `registry` environment at
<https://gitlab.com/gitlab-org/gitlab-docs/-/environments/folders/registry> and confirm the image
is listed.
-
The `image:docs-single` might fail initially because often not all stable branches are created yet. Some of the stable
branches are created close to the 22nd, which will resolve most issues when you follow the rest of the steps.