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:
6
.github/workflows/config.grenrc.js
vendored
6
.github/workflows/config.grenrc.js
vendored
@@ -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"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user