Skip to content

Commit d291a38

Browse files
committed
chore(release): update changelog builder
1 parent 8050123 commit d291a38

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/release.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,28 @@ jobs:
2525
uses: mikepenz/release-changelog-builder-action@v5
2626
with:
2727
mode: "PR"
28+
configurationJson: |
29+
{
30+
"categories": [
31+
{
32+
"title": "## 🚀 Features",
33+
"labels": ["feature", "enhancement"]
34+
},
35+
{
36+
"title": "## 🐛 Fixes",
37+
"labels": ["fix", "bug"]
38+
},
39+
{
40+
"title": "## 🧪 Tests",
41+
"labels": ["test"]
42+
},
43+
{
44+
"title": "## 📖 Documentation",
45+
"labels": ["documentation"]
46+
}
47+
],
48+
}
49+
2850
token: ${{ secrets.GITHUB_TOKEN }}
2951

3052
- name: Create Release

0 commit comments

Comments
 (0)