-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
23 lines (23 loc) · 991 Bytes
/
Copy pathrelease-please-config.json
File metadata and controls
23 lines (23 loc) · 991 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"packages": {
".": {
"release-type": "node",
"package-name": "battle-tested-patterns",
"changelog-path": "CHANGELOG.md",
"include-component-in-tag": false,
"last-release-sha": "3dfd4631b7f61091c3e87c98553d9d05503a4d91",
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "docs", "section": "Documentation" },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "refactor", "section": "Code Refactoring" },
{ "type": "test", "section": "Tests", "hidden": true },
{ "type": "ci", "section": "Continuous Integration", "hidden": true },
{ "type": "build", "section": "Build System", "hidden": true },
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": true }
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}