From: Michał Kępień Date: Tue, 24 Mar 2020 06:36:24 +0000 (+0100) Subject: Update release checklist (BIND_BASELINE_VERSION) X-Git-Tag: v9.17.1~28^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1450712603ddba764427b87931ef16c7655af89;p=thirdparty%2Fbind9.git Update release checklist (BIND_BASELINE_VERSION) The reference BIND version used in the ABI check CI job is not determined automatically - it needs to be updated after each BIND release. Reflect that fact in the release checklist to make sure the ABI check CI job is always comparing current code with the latest BIND release on a given branch. --- diff --git a/.gitlab/issue_templates/Release.md b/.gitlab/issue_templates/Release.md index a00afa6223e..1933772bac4 100644 --- a/.gitlab/issue_templates/Release.md +++ b/.gitlab/issue_templates/Release.md @@ -59,6 +59,7 @@ - [ ] ***(QA)*** Ensure all new tags are annotated and signed. - [ ] ***(SwEng)*** Push tags for the published releases to the public repository. - [ ] ***(SwEng)*** Merge the automatically prepared `prep 9.X.Y` commit which updates `version` and documentation on the release branch into the relevant maintenance branch (`v9_X`). + - [ ] ***(QA)*** For each maintained branch, update the `BIND_BASELINE_VERSION` variable for the `abi-check:sid:amd64` job in `.gitlab-ci.yml` to the latest published BIND version tag for a given branch. [^1]: If not, use the time remaining until the tagging deadline to ensure all outstanding issues are either resolved or moved to a different milestone.