From dd20be95f07aae6412efafb9ede90556386a34b2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 12 Jan 2022 10:08:16 +0100 Subject: [PATCH] docs: clarify versioning and handling of breaking changes --- README.md | 2 +- _docs/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01bbe0d..41583bb 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Drone plugin to build multiarch Docker images. This plugin is a fork of [drone-p ## Versioning -Tags are following the main Docker version e.g. `19.03`, the second part is reflecting the plugin "version". A full example would be `19.03.5`. +The tags follow the major version of Docker, e.g. `19`, the minor and patch part reflects the "version" of the plugin. A full example would be `19.6.5`. Minor versions may introduce breaking changes, while patch versions may be considered non-breaking. ## Contributors diff --git a/_docs/_index.md b/_docs/_index.md index 5f9711e..e14ff83 100644 --- a/_docs/_index.md +++ b/_docs/_index.md @@ -19,7 +19,7 @@ Drone plugin to build and publish multiarch Docker images. ## Versioning -Tags are following the main Docker version e.g. `19.03`, the second part is reflecting the plugin "version". A full example would be `19.03.5`. +The tags follow the major version of Docker, e.g. `19`, the minor and patch part reflects the "version" of the plugin. A full example would be `19.6.5`. Minor versions may introduce breaking changes, while patch versions may be considered non-breaking. ## Build