1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00

remove title in release notes

This commit is contained in:
lana-k
2021-05-18 15:38:44 +02:00
parent 8a9f4b3c0a
commit 75f743ff9e

View File

@@ -7,11 +7,11 @@ module.exports = {
milestoneMatch: 'v{{tag_name}}', milestoneMatch: 'v{{tag_name}}',
template: { template: {
issue: '- {{name}} [{{text}}]({{url}})', issue: '- {{name}} [{{text}}]({{url}})',
changelogTitle: "## Release notes\n\n", changelogTitle: "",
release: "{{body}}", release: "{{body}}",
}, },
groupBy: { groupBy: {
'Enhancements:': ["enhancement", "internal"], 'Enhancements': ["enhancement", "internal"],
'Bug fixes:': ["bug"] 'Bug fixes': ["bug"]
} }
} }