Skip to content

Commit b8c02d3

Browse files
committed
Add documentation and contributors sections to release notes
1 parent 33cabdd commit b8c02d3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

changelog_config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,17 @@
1313
{
1414
"title": "## 🐛 Fixes",
1515
"labels": ["fix"],
16+
"exclude_labels": ["documentation"],
1617
"empty_content": "🤔 No bugs at all?"
1718
},
1819
{
1920
"title": "## 🧰 CI/CD",
2021
"labels": ["ci/cd"]
2122
},
23+
{
24+
"title": "## Documentation",
25+
"labels": ["documentation"]
26+
},
2227
{
2328
"title": "## Dependencies",
2429
"labels": ["dependencies"]
@@ -31,7 +36,7 @@
3136
"order": "ASC",
3237
"on_property": "mergedAt"
3338
},
34-
"template": "#{{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n#{{UNCATEGORIZED}}\n</details>\n\n<details>\n<summary>Also merged but not included in notes</summary>\n\n#{{IGNORED}}\n</details>\n\n#{{RELEASE_DIFF}}",
39+
"template": "#{{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n#{{UNCATEGORIZED}}\n</details>\n\n<details>\n<summary>Also merged but not included in notes</summary>\n\n#{{IGNORED}}\n</details>\n\n#{{CONTRIBUTORS}}\n\n#{{RELEASE_DIFF}}",
3540
"pr_template": "- #{{TITLE}} (PR: ##{{NUMBER}})",
3641
"empty_template": "Nothing here today",
3742
"trim_values": true,

0 commit comments

Comments
 (0)