From 1063ab4d425f8c5209a7fe03b1f38a23ddeb9d40 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 30 Oct 2023 12:04:48 +0100 Subject: [PATCH] docs: add versioning information --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 971fa3a..d903a5e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Drone plugin to provision infrastructure with [Ansible](https://www.ansible.com/). +## Versioning + +The tags follow the major version of Docker, e.g. `8`, and the minor and patch parts reflect the `version` of the plugin. A full example would be `8.5.2`. Minor versions can introduce breaking changes, while patch versions can be considered non-breaking. + ## Usage ```yaml