mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
No description
.azure-pipelines | ||
changelogs | ||
meta | ||
plugins | ||
tests | ||
.gitignore | ||
.gitlab-ci.yml | ||
CHANGELOG.rst | ||
COPYING | ||
galaxy.yml | ||
README.md |
Ansible Collection: hetzner.hcloud
Ansible Hetzner Cloud Collection for controlling your Hetzner Cloud Resources.
Release notes
See here.
Publishing New Version
TBD Basic instructions without release branches:
- Create
changelogs/fragments/<version>.yml
withrelease_summary:
section (which must be a string, not a list). - Run
antsibull-changelog release --collection-flatmap yes
- Make sure
CHANGELOG.rst
andchangelogs/changelog.yaml
are added to git, and the deleted fragments have been removed. - Tag the commit with
<version>
. Push changes and tag to the main repository.