mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
ci: update release-please-action to v4 (#429)
This commit is contained in:
parent
4e3f89aed3
commit
1e6e3a04e3
3 changed files with 30 additions and 23 deletions
15
.github/release-please-config.json
vendored
Normal file
15
.github/release-please-config.json
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
||||
"bootstrap-sha": "359539fdd65b3a8849f7ea783cddc700c399c78c",
|
||||
"include-component-in-tag": false,
|
||||
"include-v-in-tag": false,
|
||||
"draft-pull-request": true,
|
||||
"packages": {
|
||||
".": {
|
||||
"release-type": "simple",
|
||||
"package-name": "hetzner.hcloud",
|
||||
"changelog-path": "changelogs/dev-changelog.md",
|
||||
"extra-files": ["galaxy.yml", "plugins/module_utils/version.py"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue