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}}',
|
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"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user