-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
38 lines (38 loc) · 1.03 KB
/
release-please-config.json
File metadata and controls
38 lines (38 loc) · 1.03 KB
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
33
34
35
36
37
38
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "simple",
"separate-pull-requests": true,
"always-update": true,
"packages": {
"actions/image-build": {
"component": "image-build-action"
},
"actions/success-check": {
"component": "success-check-action"
},
"actions/use-mise": {
"component": "use-mise-action"
},
"actions/pre-job": {
"component": "pre-job-action"
},
"actions/create-workflow-token": {
"component": "create-workflow-token-action"
},
"services/outline-role-sync": {
"component": "outline-role-sync"
},
".github/workflows": {
"component": "multi-runner-build-workflow",
"exclude-paths": [
".github/workflows/release-please.yml",
".github/workflows/zizmor.yaml"
]
}
},
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "chore", "section": "Chores" }
]
}