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"] } }