hammerspoon/.github/workflows/release_notes_config.json

24 lines
531 B
JSON

{
"categories": [
{
"title": "## Fixed",
"labels": ["pr-fix"]
},
{
"title": "## Changed",
"labels": ["pr-change"]
},
{
"title": "## Added",
"labels": ["pr-feature"]
}
],
"ignore_labels": [
"pr-maintenance"
],
"pr_template": "- ${{TITLE}} [#${{NUMBER}}](${{URL}})",
"empty_template": "- None",
"template": "${{CHANGELOG}}\n## Other\n\n${{UNCATEGORIZED}}",
"sort": "ASC"
}