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-14 02:05:54 +0300
committerEvan Read <eread@gitlab.com>2023-03-14 02:05:54 +0300
commit6cb19cc6ac70516cd8b3e467a1f3399f0f45d291 (patch)
tree0bcbd36e7ede1b7b516370af380bb0c87e8e2191 /.gitlab/issue_templates
parentf53af000cabae0dc78d94c8940d4cac8b0d7e506 (diff)
Add step to notify the team of any Ruby version bumps
Diffstat (limited to '.gitlab/issue_templates')
-rw-r--r--.gitlab/issue_templates/Ruby Alpine versions bump.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Ruby Alpine versions bump.md b/.gitlab/issue_templates/Ruby Alpine versions bump.md
index 56608ec6..b610b7ac 100644
--- a/.gitlab/issue_templates/Ruby Alpine versions bump.md
+++ b/.gitlab/issue_templates/Ruby Alpine versions bump.md
@@ -25,6 +25,13 @@ To bump the versions of Ruby or Alpine:
1. In the same merge request, edit [`.gitlab-ci.yml`](.gitlab-ci.yml) to bump the environment variables:
- [ ] `ALPINE_VERSION`
- [ ] `RUBY_VERSION`
+1. Before merging changes to `.tool-versions`, notify the team in the `#tw-team` channel of the change:
+
+ ```plaintext
+ I'm about to merge dependency changes to `gitlab-docs`. Run `make setup` to install the necessary updates.
+ ```
+
+ Then merge the merge request.
1. After the merge request is merged, run the following manual jobs in the next
[scheduled pipeline](https://gitlab.com/gitlab-org/gitlab-docs/-/pipelines?page=1&scope=all&source=schedule):