From bd4215608eadcbe70f98158ebeef4f92133b0d1c Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 20 Apr 2020 09:02:08 +0200 Subject: [PATCH] RELEASE.md: Add note for label `affects-upgrades` --- RELEASE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 566b512f0..3aa12fd01 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -58,6 +58,9 @@ find . -type f -name '*.info' -exec sed -i "s/Version: .*/Version: $VERSION/g" { Choose the most important issues and summarize them in multiple groups/paragraphs. Provide links to the mentioned issues/PRs. At the start include a link to the milestone's closed issues. +Make sure to check for issues/PRs with the label `affects-upgrades` and include them in +the [upgrading documentation](doc/80-Upgrading.md). + ## Git Tag ```