From 75f743ff9e205f388972bc06f459a8d89844c2ec Mon Sep 17 00:00:00 2001 From: lana-k Date: Tue, 18 May 2021 15:38:44 +0200 Subject: [PATCH] remove title in release notes --- .github/workflows/config.grenrc.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/config.grenrc.js b/.github/workflows/config.grenrc.js index c604bae..e9b0b1b 100644 --- a/.github/workflows/config.grenrc.js +++ b/.github/workflows/config.grenrc.js @@ -7,11 +7,11 @@ module.exports = { milestoneMatch: 'v{{tag_name}}', template: { issue: '- {{name}} [{{text}}]({{url}})', - changelogTitle: "## Release notes\n\n", + changelogTitle: "", release: "{{body}}", }, groupBy: { - 'Enhancements:': ["enhancement", "internal"], - 'Bug fixes:': ["bug"] + 'Enhancements': ["enhancement", "internal"], + 'Bug fixes': ["bug"] } }