-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
24 lines (24 loc) Β· 1.25 KB
/
release-please-config.json
File metadata and controls
24 lines (24 loc) Β· 1.25 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
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "go",
"changelog-sections": [
{ "type": "feat", "section": "π New Features", "hidden": false },
{ "type": "feature", "section": "π New Features", "hidden": false },
{ "type": "enhance", "section": "π
Enhancements", "hidden": false },
{ "type": "fix", "section": "π₯ Bug Fixes", "hidden": false },
{ "type": "perf", "section": "π Performance Improvements", "hidden": false },
{ "type": "revert", "section": "β©οΈ Reverts", "hidden": true },
{ "type": "docs", "section": "π Documentation", "hidden": false },
{ "type": "style", "section": "π¨ Code Style", "hidden": false },
{ "type": "chore", "section": "βοΈ Chores", "hidden": false },
{ "type": "refactor", "section": "β¨οΈ Code Refactoring", "hidden": false },
{ "type": "test", "section": "π§ͺ Automated Testing", "hidden": false },
{ "type": "build", "section": "π οΈ Build System", "hidden": false },
{ "type": "ci", "section": "π¦ CI Improvements", "hidden": false }
]
}
}
}