Skip to content

Commit

Permalink
Add documentation and contributors sections to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Aug 2, 2024
1 parent 33cabdd commit b8c02d3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion changelog_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,17 @@
{
"title": "## 🐛 Fixes",
"labels": ["fix"],
"exclude_labels": ["documentation"],
"empty_content": "🤔 No bugs at all?"
},
{
"title": "## 🧰 CI/CD",
"labels": ["ci/cd"]
},
{
"title": "## Documentation",
"labels": ["documentation"]
},
{
"title": "## Dependencies",
"labels": ["dependencies"]
Expand All @@ -31,7 +36,7 @@
"order": "ASC",
"on_property": "mergedAt"
},
"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}}",
"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}}",
"pr_template": "- #{{TITLE}} (PR: ##{{NUMBER}})",
"empty_template": "Nothing here today",
"trim_values": true,
Expand Down

0 comments on commit b8c02d3

Please sign in to comment.