-
Notifications
You must be signed in to change notification settings - Fork 133
/
release-please-config.json
32 lines (32 loc) · 1.27 KB
/
release-please-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"bootstrap-sha": "6e114abdca5683440e2834eccacf3f850dff810f",
"release-type": "simple",
"prerelease": false,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"extra-files": [],
"packages": {
".": {}
},
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "feature", "section": "Features" },
{ "type": "enhancement", "section": "Enhacements" },
{ "type": "enhancements", "section": "Enhacements" },
{ "type": "cleanup", "section": "Cleanup" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "bugfix", "section": "Bug Fixes" },
{ "type": "chore", "section": "Other" },
{ "type": "docs", "section": "Docs" },
{ "type": "perf", "section": "Performance" },
{ "type": "build", "hidden": true, "section": "Build" },
{ "type": "deps", "section": "Dependency Updates" },
{ "type": "ci", "hidden": true, "section": "CI" },
{ "type": "refactor", "section": "Refactoring" },
{ "type": "revert", "hidden": true, "section": "Reverts" },
{ "type": "style", "hidden": true, "section": "Styling" },
{ "type": "test", "hidden": true, "section": "Tests" }
],
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}