We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0145c7 commit 22eab6dCopy full SHA for 22eab6d
release-please-config.yaml
@@ -0,0 +1,30 @@
1
+{
2
+ "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3
+ "changelog-sections": [
4
+ {
5
+ "type": "feat",
6
+ "section": "🚀 Features",
7
+ "hidden": false
8
+ },
9
10
+ "type": "fix",
11
+ "section": "🐛 Bug Fixes",
12
13
14
15
+ "type": "perf",
16
+ "section": "⚡ Performance Improvements",
17
18
19
20
+ "type": "docs",
21
+ "section": "📝 Documentation",
22
23
24
25
+ "type": "chore",
26
+ "section": "Other",
27
28
+ }
29
+ ]
30
+}
0 commit comments