-
Notifications
You must be signed in to change notification settings - Fork 191
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
31 lines (31 loc) · 1.09 KB
/
release-please-config.json
File metadata and controls
31 lines (31 loc) · 1.09 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
28
29
30
31
{
"bootstrap-sha": "039c01ac9dd1ae9a60a653a4b14a4e623e63b2e4",
"group-pull-request-title-pattern": "release v${version}",
"include-component-in-tag": false,
"packages": {
".": {
"release-type": "python",
"extra-files": [
{
"type": "json",
"path": "custom_components/nodered/manifest.json",
"jsonpath": "$.version"
}
],
"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": "docs", "section": "Documentation" },
{ "type": "style", "section": "Styles" },
{ "type": "refactor", "section": "Code Refactoring" },
{ "type": "test", "section": "Tests" },
{ "type": "build", "section": "Build System" },
{ "type": "ci", "section": "Continuous Integration" },
{ "type": "chore", "section": "Miscellaneous Chores" }
]
}
}
}