forked from lernza/lernza
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
27 lines (27 loc) · 1.17 KB
/
release-please-config.json
File metadata and controls
27 lines (27 loc) · 1.17 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
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"release-type": "simple",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-sections": [
{ "type": "feat", "section": "New Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "refactor", "section": "Refactoring", "hidden": false },
{ "type": "perf", "section": "Performance", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "test", "section": "Tests", "hidden": false },
{ "type": "ci", "section": "CI/CD", "hidden": false },
{ "type": "build", "section": "Dependencies", "hidden": false },
{ "type": "chore", "section": "Maintenance", "hidden": false },
{ "type": "style", "section": "Maintenance", "hidden": false },
{ "type": "revert", "section": "Reverts", "hidden": false }
],
"include-component-in-tag": false,
"include-v-in-tag": true
}
},
"changelog-type": "default",
"sequential-calls": false
}