From dc4dab82f3a5695975777bc128f7b24b8412d99b Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Sat, 23 Jul 2022 07:38:13 +0100 Subject: [PATCH] Polish release notes template --- .github/rlnotes.mustache | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/rlnotes.mustache b/.github/rlnotes.mustache index 5438de95..706870d7 100644 --- a/.github/rlnotes.mustache +++ b/.github/rlnotes.mustache @@ -4,7 +4,9 @@ {{/headerslength}} {{#headers}} -**{{title}}** + +## {{title}} + {{body}} {{/headers}} @@ -28,7 +30,8 @@ {{/footerslength}} {{#footers}} -**{{title}}** +## {{title}} + {{body}} {{/footers}}