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>2018-04-13 12:25:56 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-04-13 12:25:56 +0300
commit9c52848bb9e394c70e5363ee20f5b9105cc0ae5d (patch)
tree6a7b51bb696a826a8710f2029695bfc40ae7a829 /.gitlab
parentfb3b344a5e31eff3e29442fc47130a8e8838b58c (diff)
Add first draft of a release template
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/merge_request_templates/Release.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab/merge_request_templates/Release.md b/.gitlab/merge_request_templates/Release.md
new file mode 100644
index 00000000..934e7a1f
--- /dev/null
+++ b/.gitlab/merge_request_templates/Release.md
@@ -0,0 +1,11 @@
+# GitLab Docs release process
+
+[> How to](https://gitlab.com/gitlab-com/gitlab-docs/blob/master/dockerfiles/README.md)
+
+- [ ] Make sure the proper milestone and ~release label are assigned to the MR
+- [ ] Create and push a branch with the release name (that will create a Docker image with the stable version)
+- [ ] Edit `content/_data/versions.yaml` and rotate the versions
+- [ ] Edit `Dockerfile.master` and rotate the versions
+- [ ] Edit `dockerfiles/Dockerfile.archive` and add the new version
+- [ ] \(Optional) Rerun the `10.7` pipeline if there are changes in the docs after the Docker image was created
+- [ ] Merge and manually run the [scheduled pipeline](https://gitlab.com/gitlab-com/gitlab-docs/pipeline_schedules).