diff options
author | Michal Nowikowski <godfryd@isc.org> | 2020-03-26 13:53:26 +0100 |
---|---|---|
committer | Michal Nowikowski <godfryd@isc.org> | 2020-06-19 10:33:44 +0200 |
commit | b70a26162f5630ccf2e6c2a051508b2d4a4d4bd9 (patch) | |
tree | 340eb94d18ff65135cf6d332518dbd72f4536489 /.gitlab | |
parent | [#1169] updated release checklist gitlab issue template (diff) | |
download | kea-b70a26162f5630ccf2e6c2a051508b2d4a4d4bd9.tar.xz kea-b70a26162f5630ccf2e6c2a051508b2d4a4d4bd9.zip |
release checklist: added task about bumping up kea version
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/release_checklist.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/release_checklist.md b/.gitlab/issue_templates/release_checklist.md index 83a9c855c3..b19bb95145 100644 --- a/.gitlab/issue_templates/release_checklist.md +++ b/.gitlab/issue_templates/release_checklist.md @@ -26,6 +26,7 @@ Some of those checks and updates can be made before actual freeze. The following steps may involve changing files in the repository. +1. [ ] If not done already, then bump up Kea version in configure.ac (format: `1.x.y-git`, ie. do not drop -git) 1. [ ] Create a Kea issue for code changes that will be made due to the following checks 1. Check User's Guide sections: 1. Chapter 1. Introduction |