-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
47 lines (47 loc) · 1.88 KB
/
Copy pathrelease-please-config.json
File metadata and controls
47 lines (47 loc) · 1.88 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
38
39
40
41
42
43
44
45
46
47
{
"release-type": "julia",
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "feature", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "bug", "section": "Bug Fixes" },
{ "type": "chore", "section": "Repository" },
{ "type": "ci", "section": "Continuous Integration" },
{ "type": "dep", "section": "Dependency" },
{ "type": "deps", "section": "Dependency" },
{ "type": "perf", "section": "Performance" },
{ "type": "performance", "section": "Performance" },
{ "type": "refactor", "section": "Code" },
{ "type": "doc", "section": "Documentation" },
{ "type": "docs", "section": "Documentation" },
{ "type": "cov", "section": "Test Coverage" },
{ "type": "test", "section": "Testing" },
{ "type": "tests", "section": "Testing" }
],
"plugins": [{ "type": "sentence-case" }],
"include-component-in-tag": true,
"include-v-in-tag": true,
"separate-pull-requests": false,
"pull-request-title-pattern": "release: ${component} v${version}",
"pull-request-header": "Automated Release",
"pull-request-footer": "This release was generated with [Release Please][1].\n\n[1]: https://github.com/googleapis/release-please",
"draft-pull-request": true,
"packages": {
".": {
"component": "GeneralAstrodynamics"
},
"lib/AstrodynamicalCalculations": {
"component": "AstrodynamicalCalculations",
"changelog-path": "lib/AstrodynamicalCalculations/CHANGELOG.md"
},
"lib/AstrodynamicalModels": {
"component": "AstrodynamicalModels",
"changelog-path": "lib/AstrodynamicalModels/CHANGELOG.md"
},
"lib/AstrodynamicalSolvers": {
"component": "AstrodynamicalSolvers",
"changelog-path": "lib/AstrodynamicalSolvers/CHANGELOG.md"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}