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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Newdigate <andrew@troupe.co>2017-03-22 20:33:10 +0300
committerAndrew Newdigate <andrew@troupe.co>2017-03-22 20:33:10 +0300
commitc8e89cf55911e8f66aba220ebde52132aa9d0bd2 (patch)
treebb7e0ec9176dec46604c1665d1944aef08ff1b19
parent884edd7942d712bbbaa1886f338831cf05078b0f (diff)
Initial version of the GitLab Release templatefeature/release-issue-template
-rw-r--r--.gitlab/issue_templates/GitLab_Release.md40
1 files changed, 40 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/GitLab_Release.md b/.gitlab/issue_templates/GitLab_Release.md
new file mode 100644
index 000000000..7fd465e27
--- /dev/null
+++ b/.gitlab/issue_templates/GitLab_Release.md
@@ -0,0 +1,40 @@
+## GitLab Release [GITLAB_RELEASE_VERSION] Checklist
+
+### General
+
+- [ ] Cut new Gitaly release
+- [ ] Update [`GITALY_SERVER_VERSION`](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/GITALY_SERVER_VERSION) in GitLab-CE if appropriate
+
+### Infrastructure Changes
+
+- [ ] Create appropriate issues and MRs in the [Infrastructure](https://gitlab.com/gitlab-com/infrastructure) repo for any infrastructure changes for this release.
+
+**Infrastructure Issues:**
+* ...
+* ...
+
+### Monitoring & Alerting
+
+- [ ] Update dashboards in Grafana with new metrics for this release
+- [ ] Review new alerts for this release
+
+### Documentation
+
+- [ ] Update [Gitaly `README.md`](https://gitlab.com/gitlab-org/gitaly/blob/master/README.md) if appropriate
+- [ ] Source Install Documentation
+- [ ] Support Documentation
+- [ ] Update `docs.gitlab.com`
+- [ ] Prepare release post for [about.gitlab.com](https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests?label_name%5B%5D=blog+post&label_name%5B%5D=release&scope=all&state=opened)
+- [ ] Announce new updates in the [backend weekly call](https://docs.google.com/document/d/1psnkmByLkLh_39WtqvHCvj252HRhPGK8Fe3eQP_Yjf8/edit)
+
+### Omnibus
+
+- [ ] Create appropriate issues and MRs in the [omnibus-gitlab](https://gitlab.com/gitlab-org/omnibus-gitlab) repo
+
+**Omnibus Issues:**
+* ...
+* ...
+
+### Feedback Loop
+
+- [ ] Update `.gitlab/issue_templates/GitLab_Release.md` with changes from this release.