From 922a2ae44afb48c7033ee034f744a72f4549e308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Wed, 11 Dec 2019 12:04:29 +0100 Subject: [PATCH] Drop Jenkins mentions from release issue template Update the release issue template to account for the fact that Jenkins is no longer needed for creating BIND release tarballs. --- .gitlab/issue_templates/Release.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab/issue_templates/Release.md b/.gitlab/issue_templates/Release.md index 5ee3a6c01a..3bac8a2a0c 100644 --- a/.gitlab/issue_templates/Release.md +++ b/.gitlab/issue_templates/Release.md @@ -33,8 +33,7 @@ ## Before the ASN Deadline (for ASN Releases) or the Public Release Date (for Regular Releases) - - [ ] ***(QA)*** Run the `make release` Jenkins jobs to produce the tarballs and zips. - - [ ] ***(QA)*** Verify the results of `make release` Jenkins jobs and prepare a QA report for the releases to be published. + - [ ] ***(QA)*** Verify GitLab CI results for the tags created and prepare a QA report for the releases to be published. - [ ] ***(QA)*** Request signatures for the tarballs. - [ ] ***(Signers)*** Sign the tarballs. - [ ] ***(QA)*** Check tarball signatures.