We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff4282 commit ba55a80Copy full SHA for ba55a80
.github/workflows/release.yml
@@ -25,43 +25,6 @@ jobs:
25
uses: mikepenz/release-changelog-builder-action@v5
26
with:
27
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
42
43
- "pattern": ["^fix"]
44
45
46
47
48
- "title": "## 🧪 Tests",
49
50
51
52
53
54
55
56
- "title": "## 🔀 Refactors",
57
58
59
- "pattern": ["^refactor"]
60
61
62
63
- ],
64
65
token: ${{ secrets.GITHUB_TOKEN }}
66
67
- name: Create Release
0 commit comments