From 928f2bedd8dfe7d6c0f6a0cc6c9aa65bb4c32d68 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Thu, 3 Aug 2023 06:57:24 -0700 Subject: [PATCH] Incorporate links to fixed issues in the release notes (#11177) To make it easier to identify the particular releases where publicly reported issues are remedied we'll incorporate links to specific issues into the release notes. --- RELEASE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 6e04b3e5e0a33..f612415de0ad1 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -163,6 +163,10 @@ requires bumping its `version` if there were changes in its templates files. On this branch, add the release notes for this version in `CHANGES.md`. +Please include links/references to publicly reported bugs which are fixed by +this release. The fix needs to be referenced whenever it is introduced into +the corresponding release channel (edge or stable). + Note: To see all of the changes since the previous release, run the command below in the `linkerd2` repo. If the last release was a stable release, be sure to use `stable-Y.Y.Y` instead of `edge-Y.Y.Y`.