-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
40 lines (40 loc) · 940 Bytes
/
Copy pathrelease-please-config.json
File metadata and controls
40 lines (40 loc) · 940 Bytes
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
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"release-type": "simple",
"component": "filecodebox",
"package-name": "filecodebox",
"include-v-in-tag": true,
"include-component-in-tag": false,
"version-file": "VERSION",
"changelog-path": "docs/changelog.md",
"extra-files": [
{
"type": "generic",
"path": "docs/en/changelog.md"
},
{
"type": "generic",
"path": "docker-compose.yml"
},
{
"type": "generic",
"path": "readme.md"
},
{
"type": "generic",
"path": "readme_en.md"
},
{
"type": "generic",
"path": "docs/index.md"
},
{
"type": "generic",
"path": "docs/en/index.md"
}
]
}
}
}