-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
31 lines (31 loc) · 1014 Bytes
/
Copy pathrelease-please-config.json
File metadata and controls
31 lines (31 loc) · 1014 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
{
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "ruby",
"package-name": "startcloud_generic_provisioner",
"draft": false,
"version-file": "version.rb",
"extra-files": [
{
"type": "yaml",
"path": "provisioner.yml",
"jsonpath": "$.version"
},
{
"type": "generic",
"path": "templates/Hosts.template.yml"
},
{
"type": "generic",
"path": "examples/Hosts.yml"
}
],
"prerelease": false,
"default-branch" : "main",
"component": "startcloud_generic_provisioner",
"include-component-in-tag": false
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}