-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
33 lines (33 loc) · 1.42 KB
/
release-please-config.json
File metadata and controls
33 lines (33 loc) · 1.42 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
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "build", "section": "Miscellaneous", "hidden": false },
{ "type": "chore", "section": "Miscellaneous", "hidden": false },
{ "type": "ci", "section": "Miscellaneous", "hidden": false },
{ "type": "perf", "section": "Miscellaneous", "hidden": false },
{ "type": "refactor", "section": "Miscellaneous", "hidden": false },
{ "type": "revert", "section": "Miscellaneous", "hidden": false },
{ "type": "style", "section": "Miscellaneous", "hidden": false },
{ "type": "test", "section": "Miscellaneous", "hidden": false }
],
"packages": {
"apps/backend": {
"component": "backend",
"package-name": "dealbot-backend",
"changelog-path": "CHANGELOG.md",
"release-type": "node"
},
"apps/web": {
"component": "web",
"package-name": "dealbot-web",
"changelog-path": "CHANGELOG.md",
"release-type": "node"
}
},
"separate-pull-requests": false,
"pull-request-title-pattern": "chore${scope}: release to production (${component} ${version})",
"group-pull-request-title-pattern": "chore: release to production (${branch})"
}