Skip to content

Commit 40b35ee

Browse files
authored
Add changelog configuration (#13)
1 parent ef77f43 commit 40b35ee

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

changelog-builder.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"categories": [
3+
{
4+
"title": "## :sparkles: New features",
5+
"labels": ["feature"]
6+
},
7+
{
8+
"title": "## :bug: Bug fixes",
9+
"labels": ["bug"]
10+
},
11+
{
12+
"title": "## :zap: Improvements",
13+
"labels": ["enhancement"]
14+
},
15+
{
16+
"title": "## :memo: Documentation",
17+
"labels": ["documentation"]
18+
},
19+
{
20+
"title": "## :arrow_up: Dependency updates",
21+
"labels": ["dependencies"]
22+
}
23+
],
24+
"template": "${{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n${{UNCATEGORIZED}}\n</details>",
25+
"pr_template": "- ${{TITLE}} by @${{AUTHOR}} in #${{NUMBER}}"
26+
}

0 commit comments

Comments
 (0)