diff options
author | Michal Nowikowski <godfryd@isc.org> | 2021-04-27 14:28:22 +0200 |
---|---|---|
committer | Michal Nowikowski <godfryd@isc.org> | 2021-04-28 14:46:42 +0200 |
commit | 2535130d3ff3f5f0fd26acd4595832b276e50e3f (patch) | |
tree | 9a75c14d51feb38d0d47a1f42302233c464ad6c2 /.gitlab | |
parent | [#1828] release checklist: updated installation tree check and automated sani... (diff) | |
download | kea-2535130d3ff3f5f0fd26acd4595832b276e50e3f.tar.xz kea-2535130d3ff3f5f0fd26acd4595832b276e50e3f.zip |
[#1828] addressed review issues
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/release_checklist.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.gitlab/issue_templates/release_checklist.md b/.gitlab/issue_templates/release_checklist.md index 8c85a4edbd..38de64a9b4 100644 --- a/.gitlab/issue_templates/release_checklist.md +++ b/.gitlab/issue_templates/release_checklist.md @@ -78,10 +78,16 @@ This is the last moment to freeze code! :snowflake: 1. next rc# if this is a respin after some fixes (note: it is not possible to pick previous rc number - it will result in an error) 1. final if the last rc number was ok, this will push the selected tarball to repo.isc.org, to a directory with no suffixes 1. Submit the job that will automatically: - 1. Upload the tarballs upload <br> + 1. Upload the tarballs <br> and if this is not the final version: 1. Create a GitLab issue for sanity checks, put there the announcement - 1. Send Sanity Checks announcement via email to dhcp-team@isc.org and to DHCP channel on Mattermost. + 1. Send Sanity Checks announcement via email to dhcp-team@isc.org and to DHCP channel on Mattermost.<br> + The announcement includes: + - a link to chapter 4 Sanity Checks of the release process: [KeaReleaseProcess - SanityChecks](https://wiki.isc.org/bin/view/QA/KeaReleaseProcess#4.%20Sanity%20Checks) + - a link to the GitLab issue + - tarballs locations with SHA256 checksums + - rpm/deb packages locations and versions + ## Releasing Tarballs and Packages |