Skip to content

Commit d811414

Browse files
authoredNov 22, 2024··
chore: add release please config
Signed-off-by: Michael Beemer <[email protected]>
1 parent 7f25ea9 commit d811414

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed
 

‎release-please-config.json

+66
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"signoff": "OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>",
3+
"packages": {
4+
".": {
5+
"release-type": "dart",
6+
"prerelease": false,
7+
"bump-minor-pre-major": true,
8+
"bump-patch-for-minor-pre-major": true,
9+
"extra-files": ["README.md"],
10+
"changelog-sections": [
11+
{
12+
"type": "fix",
13+
"section": "🐛 Bug Fixes"
14+
},
15+
{
16+
"type": "feat",
17+
"section": "✨ New Features"
18+
},
19+
{
20+
"type": "chore",
21+
"section": "🧹 Chore"
22+
},
23+
{
24+
"type": "docs",
25+
"section": "📚 Documentation"
26+
},
27+
{
28+
"type": "perf",
29+
"section": "🚀 Performance"
30+
},
31+
{
32+
"type": "build",
33+
"hidden": true,
34+
"section": "🛠️ Build"
35+
},
36+
{
37+
"type": "deps",
38+
"section": "📦 Dependencies"
39+
},
40+
{
41+
"type": "ci",
42+
"hidden": true,
43+
"section": "🚦 CI"
44+
},
45+
{
46+
"type": "refactor",
47+
"section": "🔄 Refactoring"
48+
},
49+
{
50+
"type": "revert",
51+
"section": "🔙 Reverts"
52+
},
53+
{
54+
"type": "style",
55+
"hidden": true,
56+
"section": "🎨 Styling"
57+
},
58+
{
59+
"type": "test",
60+
"hidden": true,
61+
"section": "🧪 Tests"
62+
}
63+
]
64+
}
65+
}
66+
}

0 commit comments

Comments
 (0)
Please sign in to comment.