mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2026-01-13 21:31:03 +00:00
20 lines
558 B
JSON
20 lines
558 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"include-component-in-tag": false,
|
|
"include-v-in-tag": true,
|
|
"release-type": "go",
|
|
"separate-pull-requests": true,
|
|
"packages": {
|
|
".": {
|
|
"component": "cli",
|
|
"package-name": "hcloud-upload-image",
|
|
"extra-files": ["internal/version/version.go"]
|
|
},
|
|
"hcloudimages": {
|
|
"component": "hcloudimages",
|
|
"package-name": "hcloudimages",
|
|
"include-component-in-tag": true,
|
|
"tag-separator": "/"
|
|
}
|
|
}
|
|
}
|