-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
release-please-config.json
30 lines (30 loc) · 1.12 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
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"last-release-sha": "e41757325391800da61cbc4dfec9681e39016ea6",
"packages": {
".": {
"package-name": "",
"release-type": "node",
"extra-files": [
{
"path": "README.md",
"type": "generic"
}
]
}
},
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "feature", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "revert", "section": "Reverts" },
{ "type": "refactor", "section": "Code Refactoring" },
{ "type": "docs", "section": "Documentation", "hidden": true },
{ "type": "style", "section": "Styles", "hidden": true },
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": true },
{ "type": "test", "section": "Tests", "hidden": true },
{ "type": "build", "section": "Build system & distribution", "hidden": false },
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
]
}