-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrelease-please-config.json
41 lines (41 loc) · 1.54 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
31
32
33
34
35
36
37
38
39
40
41
{
"include-component-in-tag": false,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "feat", "scope": "scorehub", "section": "ScoreHub features", "hidden": false },
{ "type": "fix", "section": "Bug fixes", "hidden": false },
{ "type": "fix", "scope": "scorehub", "section": "ScoreHub bug fixes", "hidden": false },
{ "type": "chore", "section": "Miscellaneous", "hidden": false },
{ "type": "perf", "section": "Performance", "hidden": false },
{ "type": "style", "section": "Miscellaneous", "hidden": false },
{ "type": "build", "section": "Miscellaneous", "hidden": true },
{ "type": "ci", "section": "Miscellaneous", "hidden": true },
{ "type": "refactor", "section": "Miscellaneous", "hidden": true },
{ "type": "revert", "section": "Miscellaneous", "hidden": true },
{ "type": "test", "section": "Miscellaneous", "hidden": true },
{ "type": "docs", "section": "Documentation", "hidden": true }
],
"packages": {
".": {
"component": "ScoreKeeper",
"release-type": "simple",
"extra-files": [
{
"type": "xml",
"path": "src/ScoreKeeper/ScoreKeeper/ScoreKeeper.csproj",
"xpath": "//Project/PropertyGroup/Version"
},
{
"type": "xml",
"path": "src/ScoreKeeper/ScoreHub/ScoreHub.csproj",
"xpath": "//Project/PropertyGroup/Version"
}
]
}
},
"plugins": [
"sentence-case"
]
}