-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathrelease-please-config.json
30 lines (30 loc) · 1.05 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
{
"bootstrap-sha": "01471b4b5db5274f7ba5469c63548079b5d0e369",
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "java",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": true,
"pull-request-title-pattern": "Release v${version}",
"draft": false,
"prerelease": false,
"include-v-in-tag": true,
"extra-files": [
"gradle.properties",
"docs/mkdocs.yaml",
"docs/mkdocs.yml"
]
}
},
"changelog-sections": [
{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"docs","section":"Documentation","hidden":true},
{"type":"deprecated","section":"Deprecated","hidden":false},
{"type":"removed","section":"Removed","hidden":false},
{"type":"deps","section":"Dependency management","hidden":false},
{"type":"chore","section":"Miscellaneous","hidden":true}
],
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}