From 2b8fbe5d92779dc60ad6fe477f7e21753e3e1c2a Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Wed, 18 Jun 2025 11:29:51 +0200 Subject: [PATCH] Add a hint for upgrading docs to the release checklist --- .github/ISSUE_TEMPLATE/release.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index def3b2ef3..2d67d00bd 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -13,6 +13,7 @@ assignees: '' - [ ] Update bundled Windows dependencies - [ ] Harden global TLS defaults (consult https://ssl-config.mozilla.org) - [ ] Update `CHANGELOG.md` +- [ ] Update `doc/16-upgrading-icinga-2.md` if applicable - [ ] Create and push a signed tag for the version - [ ] Build and release DEB and RPM packages - [ ] Build and release Windows packages