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:
authorAchilleas Pipinellis <axil@gitlab.com>2023-03-28 04:28:57 +0300
committerEvan Read <eread@gitlab.com>2023-03-28 04:28:57 +0300
commit893d3b17a37b17d29215e523a7803f9c450b3691 (patch)
tree3fe595968380acad93b06eff2614f9261ebd007b /.gitlab
parente5dbbccc7d2a97772d1c13b0d1e12c8df3f8ee87 (diff)
Further automate the creation of the stable branch
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/release.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab/issue_templates/release.md b/.gitlab/issue_templates/release.md
index 1c570826..48a8da37 100644
--- a/.gitlab/issue_templates/release.md
+++ b/.gitlab/issue_templates/release.md
@@ -30,15 +30,15 @@ Prerequisites:
make update
```
- 1. [ ] Run the Rake task to create the single version. For example, to create the 15.0 release branch
- and perform other tasks:
+ 1. [ ] Create the stable branch:
```shell
- ./bin/rake "release:single[15.0]"
+ make create-stable-branch
```
- A branch for the release is created, a new `15.0.Dockerfile` is created and
- automatically committed, and the new branch is pushed.
+ - A branch `X.Y` for the release is created.
+ - A new `X.Y.Dockerfile` is created and automatically committed.
+ - The new branch is pushed.
After the branch is created, the
[`image:docs-single` job](https://gitlab.com/gitlab-org/gitlab-docs/-/blob/7fbb5e1313ebde811877044e87f444a0a283fed4/.gitlab/ci/docker-images.gitlab-ci.yml#L107-129)