docs: clarify versioning and handling of breaking changes

This commit is contained in:
Robert Kaussow 2022-01-12 10:08:16 +01:00
parent 49bd65b7f6
commit dd20be95f0
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 2 additions and 2 deletions

View File

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

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