summaryrefslogtreecommitdiffstats
path: root/ansible_collections/hetzner/hcloud/.github/release-please-config.json
blob: dc066f009362a6ba274389cd653c42d985f0837f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"]
    }
  }
}