Skip to content

Commit

Permalink
Add header for contributors section
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Aug 2, 2024
1 parent b8c02d3 commit 1a05e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,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#{{CONTRIBUTORS}}\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#{{CONTRIBUTORS}}\n\n#{{RELEASE_DIFF}}",
"pr_template": "- #{{TITLE}} (PR: ##{{NUMBER}})",
"empty_template": "Nothing here today",
"trim_values": true,
Expand Down

0 comments on commit 1a05e0d

Please sign in to comment.