1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +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}}',
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"]
}
}