Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Wed Jan 12 10:08:16 2022 +0100

    docs: clarify versioning and handling of breaking changes
This commit is contained in:
Robert Kaussow 2022-01-12 09:16:56 +00:00
parent e737c7262e
commit dfa5444b56
1 changed files with 1 additions and 1 deletions

View File

@ -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