Skip to content

Commit

Permalink
Create changelog_configuration.json
Browse files Browse the repository at this point in the history
Signed-off-by: gamestime102 <180412020+gamestime102@users.noreply.github.com>
  • Loading branch information
gamestime102 authored Jan 11, 2025
1 parent cda591e commit f378ba3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/changelog_configuration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"template": "${{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n${{UNCATEGORIZED}}\n</details>",
"pr_template": "- ${{TITLE}} #${{NUMBER}}",
"empty_template": "- no changes",
"categories": [
{
"title": "## 🚀 Features",
"labels": ["feature"]
},
{
"title": "## 🐛 Fixes",
"labels": ["fix", "bug"]
},
{
"title": "## 🔧 Enhancements",
"labels": ["enhancement"]
}
],
"ignore_labels": ["ignore"],
"tag_resolver": {
"method": "semver"
}
}

0 comments on commit f378ba3

Please sign in to comment.