Skip to content

Commit bac321e

Browse files
authored
chore: update release please config to use emoji like others
Signed-off-by: Todd Baert <[email protected]>
1 parent 6b3a4e3 commit bac321e

File tree

1 file changed

+55
-1
lines changed

1 file changed

+55
-1
lines changed

β€Žrelease-please-config.jsonβ€Ž

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,59 @@
3434
"bump-patch-for-minor-pre-major": true,
3535
"versioning": "default"
3636
}
37-
}
37+
},
38+
"changelog-sections": [
39+
{
40+
"type": "fix",
41+
"section": "πŸ› Bug Fixes"
42+
},
43+
{
44+
"type": "feat",
45+
"section": "✨ New Features"
46+
},
47+
{
48+
"type": "chore",
49+
"section": "🧹 Chore"
50+
},
51+
{
52+
"type": "docs",
53+
"section": "πŸ“š Documentation"
54+
},
55+
{
56+
"type": "perf",
57+
"section": "πŸš€ Performance"
58+
},
59+
{
60+
"type": "build",
61+
"hidden": true,
62+
"section": "πŸ› οΈ Build"
63+
},
64+
{
65+
"type": "deps",
66+
"section": "πŸ“¦ Dependencies"
67+
},
68+
{
69+
"type": "ci",
70+
"hidden": true,
71+
"section": "🚦 CI"
72+
},
73+
{
74+
"type": "refactor",
75+
"section": "πŸ”„ Refactoring"
76+
},
77+
{
78+
"type": "revert",
79+
"section": "πŸ”™ Reverts"
80+
},
81+
{
82+
"type": "style",
83+
"hidden": true,
84+
"section": "🎨 Styling"
85+
},
86+
{
87+
"type": "test",
88+
"hidden": true,
89+
"section": "πŸ§ͺ Tests"
90+
}
91+
]
3892
}

0 commit comments

Comments
Β (0)