-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
25 lines (25 loc) · 974 Bytes
/
release-please-config.json
File metadata and controls
25 lines (25 loc) · 974 Bytes
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
{
"include-v-in-tag": true,
"tag-separator": "/",
"separate-pull-requests": true,
"draft-pull-request": true,
"release-label": "autorelease: tagged",
"label": "autorelease: pending",
"changelog-sections": [
{"type":"feat","section":"Features","hidden":false},
{"type":"feature","section":"Features","hidden":false},
{"type":"fix","section":"Bugfix","hidden":false},
{"type":"docs","section":"Documentation","hidden":false},
{"type":"refactor","section":"Refactor","hidden":false},
{"type":"ci","section":"CI","hidden":false},
{"type":"build","section":"CI","hidden":false},
{"type":"config","section":"Config","hidden":false},
{"type":"infra","section":"Config","hidden":false},
{"type":"chore","section":"Chore","hidden":false} ],
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "simple"
}
}
}