Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 6af488b

Browse files
committed
docs: clarify versioning and handling of breaking changes
1 parent 17016c9 commit 6af488b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Drone plugin to build multiarch Docker images with buildx. This plugin is a fork
1414

1515
## Versioning
1616

17-
Tags are following the main Docker version e.g. `20.10`, the second part is reflecting the plugin "version". A full example would be `20.10.5`.
17+
The tags follow the major version of Docker, e.g. `20`, the minor and patch part reflects the "version" of the plugin. A full example would be `20.12.5`. Minor versions may introduce breaking changes, while patch versions may be considered non-breaking.
1818

1919
## Community
2020

_docs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Drone plugin to build and publish multiarch Docker images with buildx.
1919

2020
## Versioning
2121

22-
Tags are following the main Docker version e.g. `20.10`, the second part is reflecting the plugin "version". A full example would be `20.10.5`.
22+
The tags follow the major version of Docker, e.g. `20`, the minor and patch part reflects the "version" of the plugin. A full example would be `20.12.5`. Minor versions may introduce breaking changes, while patch versions may be considered non-breaking.
2323

2424
## Build
2525

0 commit comments

Comments
 (0)