Skip to content

Commit df20a69

Browse files
authored
chore: update release-please config
* adding emoji * separate pull requrests Signed-off-by: Todd Baert <[email protected]>
1 parent e27d351 commit df20a69

File tree

1 file changed

+58
-2
lines changed

1 file changed

+58
-2
lines changed

release-please-config.json

+58-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"bootstrap-sha": "fd59f2328fd5aba0b7705b2fdbf76e39afa244dd",
3+
"separate-pull-requests": true,
34
"packages": {
45
"src/OpenFeature.Contrib.Hooks.Otel": {
56
"package-name": "OpenFeature.Contrib.Hooks.Otel",
@@ -31,5 +32,60 @@
3132
"OpenFeature.Contrib.Providers.GOFeatureFlag.csproj"
3233
]
3334
}
34-
}
35-
}
35+
},
36+
"changelog-sections": [
37+
{
38+
"type": "fix",
39+
"section": "🐛 Bug Fixes"
40+
},
41+
{
42+
"type": "feat",
43+
"section": "✨ New Features"
44+
},
45+
{
46+
"type": "chore",
47+
"section": "🧹 Chore"
48+
},
49+
{
50+
"type": "docs",
51+
"section": "📚 Documentation"
52+
},
53+
{
54+
"type": "perf",
55+
"section": "🚀 Performance"
56+
},
57+
{
58+
"type": "build",
59+
"hidden": true,
60+
"section": "🛠️ Build"
61+
},
62+
{
63+
"type": "deps",
64+
"section": "📦 Dependencies"
65+
},
66+
{
67+
"type": "ci",
68+
"hidden": true,
69+
"section": "🚦 CI"
70+
},
71+
{
72+
"type": "refactor",
73+
"section": "🔄 Refactoring"
74+
},
75+
{
76+
"type": "revert",
77+
"section": "🔙 Reverts"
78+
},
79+
{
80+
"type": "style",
81+
"hidden": true,
82+
"section": "🎨 Styling"
83+
},
84+
{
85+
"type": "test",
86+
"hidden": true,
87+
"section": "🧪 Tests"
88+
}
89+
],
90+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
91+
}

0 commit comments

Comments
 (0)