Skip to content

Commit 86fa48c

Browse files
committed
update release types
1 parent ff9e3af commit 86fa48c

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

.release-config.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,59 @@
33
"release-type": "rust",
44
"release-as": "",
55
"include-component-in-tag": true,
6+
"changelog-sections": [
7+
{
8+
"type": "feature",
9+
"section": "🚀 Features"
10+
},
11+
{
12+
"type": "fix",
13+
"section": "🐛 Bug Fixes"
14+
},
15+
{
16+
"type": "perf",
17+
"section": "⚡ Performance Improvements"
18+
},
19+
{
20+
"type": "revert",
21+
"section": "◀️ Reverts"
22+
},
23+
{
24+
"type": "docs",
25+
"section": "📚 Documentation",
26+
"hidden": false
27+
},
28+
{
29+
"type": "style",
30+
"section": "🎨 Styles",
31+
"hidden": true
32+
},
33+
{
34+
"type": "chore",
35+
"section": "⚙️ Miscellaneous Chores",
36+
"hidden": true
37+
},
38+
{
39+
"type": "refactor",
40+
"section": "🚜 Code Refactoring",
41+
"hidden": true
42+
},
43+
{
44+
"type": "test",
45+
"section": "🧪 Tests",
46+
"hidden": true
47+
},
48+
{
49+
"type": "build",
50+
"section": "🛠️ Build System",
51+
"hidden": true
52+
},
53+
{
54+
"type": "ci",
55+
"section": "🥏 Continuous Integration",
56+
"hidden": true
57+
}
58+
],
659
"plugins": [
760
"cargo-workspace",
861
"sentence-case"

0 commit comments

Comments
 (0)