forked from dorkitude/linctl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.release-please-config.json
More file actions
37 lines (37 loc) · 1.31 KB
/
.release-please-config.json
File metadata and controls
37 lines (37 loc) · 1.31 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
32
33
34
35
36
37
{
"packages": {
".": {
"release-type": "simple",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": false,
"prerelease": false,
"extra-files": [
{
"type": "generic",
"path": "cmd/root.go",
"jsonpath": "$.Version"
}
]
}
},
"bootstrap-sha": "6d8b018b3bc0ca12bdb9d53975071f3dbbc40d45",
"release-search-depth": 400,
"commit-search-depth": 500,
"pull-request-title-pattern": "chore: release ${version}",
"pull-request-header": "This PR was generated by Release Please. See [documentation](https://github.com/googleapis/release-please#readme).",
"separate-pull-requests": false,
"group-pull-request-title-pattern": "chore: release ${version}",
"changelog-sections": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "perf", "section": "Performance Improvements"},
{"type": "revert", "section": "Reverts"},
{"type": "docs", "section": "Documentation"},
{"type": "style", "section": "Styles", "hidden": true},
{"type": "refactor", "section": "Code Refactoring"},
{"type": "test", "section": "Tests", "hidden": true},
{"type": "build", "section": "Build System"},
{"type": "ci", "section": "Continuous Integration"}
]
}