changelog-config.jsonβ’739 B
{
"template": "## What's Changed\n\n${{CHANGELOG}}\n\n**Full Changelog**: ${{RELEASE_DIFF}}",
"pr_template": "* ${{TITLE}} (#${{NUMBER}}) @${{AUTHOR}}",
"empty_template": "* Initial release",
"categories": [
{
"title": "## π Features",
"labels": ["feature", "enhancement"]
},
{
"title": "## π Bug Fixes",
"labels": ["bug", "fix"]
},
{
"title": "## π Documentation",
"labels": ["documentation", "docs"]
},
{
"title": "## π§ Maintenance",
"labels": ["chore", "dependencies", "ci"]
}
],
"ignore_labels": ["ignore-for-release"],
"sort": "ASC",
"max_tags_to_fetch": 200,
"max_pull_requests": 1000,
"max_back_track_time_days": 1000
}