mirror of
https://github.com/thegeeklab/drone-docker.git
synced 2024-11-23 13:20:40 +00:00
docs: clarify versioning and handling of breaking changes
This commit is contained in:
parent
49bd65b7f6
commit
dd20be95f0
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user