1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-03 23:51:48 +00:00

chore: setup the stable-1 release branch (#254)

* ci: run pipelines on stable-1 branch

* docs: add note about the release policy
This commit is contained in:
Jonas L 2023-07-11 13:23:22 +02:00 committed by GitHub
parent 7b3f253d07
commit 2cc8e56d05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 7 deletions

View file

@ -13,6 +13,10 @@ This collection depends on the [hcloud](https://github.com/hetznercloud/hcloud-p
See [here](https://github.com/ansible-collections/hetzner.hcloud/tree/master/CHANGELOG.rst).
### Release policy
The `main` branch is used for the development of the latest versions of the collections, and may contain breaking changes. The `stable-*` branches (e.g. `stable-1` for the `1.x.y` releases) are used to cut additional minor or patch releases if needed, but we do not provide official support for multiple versions of the collection.
## Documentation
The documentation for all modules are available through `ansible-doc`.