1
0
Fork 0
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:
Jonas L 2023-12-19 16:13:41 +01:00 committed by GitHub
parent 4e3f89aed3
commit 1e6e3a04e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 23 deletions

15
.github/release-please-config.json vendored Normal file
View 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"]
}
}
}