Skip to content

Commit ba55a80

Browse files
committed
chore(release): use built-in categories.
1 parent eff4282 commit ba55a80

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -25,43 +25,6 @@ jobs:
2525
uses: mikepenz/release-changelog-builder-action@v5
2626
with:
2727
mode: "PR"
28-
configurationJson: |
29-
{
30-
"categories": [
31-
{
32-
"title": "## 🚀 Features",
33-
"rules": [
34-
{
35-
"pattern": ["^feat"]
36-
}
37-
]
38-
},
39-
{
40-
"title": "## 🐛 Fixes",
41-
"rules": [
42-
{
43-
"pattern": ["^fix"]
44-
}
45-
]
46-
},
47-
{
48-
"title": "## 🧪 Tests",
49-
"rules": [
50-
{
51-
"pattern": ["^fix"]
52-
}
53-
]
54-
},
55-
{
56-
"title": "## 🔀 Refactors",
57-
"rules": [
58-
{
59-
"pattern": ["^refactor"]
60-
}
61-
]
62-
},
63-
],
64-
}
6528
token: ${{ secrets.GITHUB_TOKEN }}
6629

6730
- name: Create Release

0 commit comments

Comments
 (0)