From d810b579a544ecc1b6b9cce6df9a0370c625e286 Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Sun, 25 Apr 2021 13:02:15 +0900 Subject: [PATCH] Update RELEASE_NOTE_TEMPLATE.md --- RELEASE_NOTE_TEMPLATE.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTE_TEMPLATE.md b/RELEASE_NOTE_TEMPLATE.md index e90db294..c6ee3958 100644 --- a/RELEASE_NOTE_TEMPLATE.md +++ b/RELEASE_NOTE_TEMPLATE.md @@ -12,7 +12,13 @@ If you think you can improve future release notes in any way, please do submit a Note that even though it looks like a Go template, I don't use any templating to generate the changelog. It's just that I'm used to reading and intepreting Go template by myself, not a computer program :) -**Title**: `v{{ .Version }}: {{ .TitlesOfImportantChanges }}` +**Title**: + +``` +v{{ .Version }}: {{ .TitlesOfImportantChanges }} +``` + +**Body**: ``` **CAUTION:** If you're using the Helm chart, beware to review changes to CRDs and do manually upgrade CRDs! Helm installs CRDs only on installing a chart. It doesn't automatically upgrade CRDs. Otherwise you end up with troubles like #427, #467, and #468