We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba03e0a commit 3afb126Copy full SHA for 3afb126
1 file changed
release-please-config.json
@@ -0,0 +1,10 @@
1
+{
2
+ "$schema": "https://raw.githubusercontent.com/googleapis/release-please/refs/heads/main/schemas/config.json",
3
+ "changelog-sections": [
4
+ { "type": "build", "section": "Build System" },
5
+ { "type": "docs", "section": "Documentation" },
6
+ { "type": "feat", "section": "Features" },
7
+ { "type": "fix", "section": "Bug Fixes" },
8
+ { "type": "perf", "section": "Performance" }
9
+ ]
10
+}
0 commit comments