mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
eb4114bad3
##### SUMMARY The current release process for this project requires multiple manual local steps to prepare and then tag the release. This introduces the standard release-please workflow we have in most of our integrations. Release-please will open a new PR whenever there is a releasable change and it updates the CHANGELOG & other files automatically in this PR. Once the PR is merged a new tag is created. This repository has some additional complexity as it uses `antsibull-changelog` to maintain the user-facing changelog. This is implemented ina second job in the `release-please` workflow which executes when the release-please PR is updated and then runs `antsibull-changelog release` against the version. The resulting changes are pushed as a second commit to the same PR.
18 lines
601 B
YAML
18 lines
601 B
YAML
namespace: hetzner
|
|
name: hcloud
|
|
version: 2.1.1 # x-release-please-version
|
|
readme: README.md
|
|
authors:
|
|
- Hetzner Cloud (github.com/hetznercloud)
|
|
description: A Collection for managing Hetzner Cloud resources
|
|
license: [GPL-3.0-or-later]
|
|
tags:
|
|
- hetzner
|
|
- cloud
|
|
- hcloud
|
|
dependencies:
|
|
ansible.netcommon: ">=0.0.1"
|
|
repository: https://github.com/ansible-collections/hetzner.hcloud
|
|
documentation: https://docs.ansible.com/ansible/latest/collections/hetzner/hcloud
|
|
homepage: https://github.com/ansible-collections/hetzner.hcloud
|
|
issues: https://github.com/ansible-collections/hetzner.hcloud/issues
|