diff options
author | Andrei Pavel <andrei@isc.org> | 2021-03-31 19:15:15 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2021-04-02 11:54:03 +0200 |
commit | 3fa902096059f5efab9beba95de6ffa7dd79f7ae (patch) | |
tree | 9440eaac6d5c94c1a82882fb9ffe39f883386831 /.gitlab | |
parent | [#1788] remove "-git" from the version in the ARM (diff) | |
download | kea-3fa902096059f5efab9beba95de6ffa7dd79f7ae.tar.xz kea-3fa902096059f5efab9beba95de6ffa7dd79f7ae.zip |
[#1787] updates to the release checklist
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/release_checklist.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab/issue_templates/release_checklist.md b/.gitlab/issue_templates/release_checklist.md index 199d54755e..4abaaece73 100644 --- a/.gitlab/issue_templates/release_checklist.md +++ b/.gitlab/issue_templates/release_checklist.md @@ -95,8 +95,8 @@ This is the last moment to freeze code! :snowflake: 1. Click "Build with Parameters" 1. In field "Tarball" select picked tarball build 1. In field "Release_Candidate" pick final -1. [ ] When the upload is completed then copy SHA checksums from the log and write an email to signers@isc.org requesting signatures - of final tarballs on repo.isc.org indicating release directories. Attach SHA checksums to the request. +1. [ ] When the upload is completed, copy SHA checksums from the log and open an issue on [the signing repository](https://gitlab.isc.org/isc-private/signing/-/issues) requesting signatures of final tarballs on repo.isc.org indicating release directories. Attach SHA checksums to the request. + 1. [ ] Also send a request on the Support Mattermost channel linking the Signing issue and the release checklist. 1. [ ] Upload final RPM & DEB packages to cloudsmith.io 1. Go to [release-pkgs-upload-internal](https://jenkins.aws.isc.org/job/kea-dev/job/release-pkgs-upload-internal/). 1. Click "Build with Parameters" link @@ -135,4 +135,3 @@ This is the last moment to freeze code! :snowflake: * `a.b.z-git` where `z == c + 1` or * `a.y.0-git` where `y == b + 1` or * `x.1.0-git` where `x == a + 1` -- [ ] Bump up `REF_KEA_VERSION` in `qa-dhcp/kea/jenkins/tarball-internal.jenkinsfile` to `x.y.z` i.e. released version |