diff --git a/README.md b/README.md index cd9845b..3efd11a 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ Drone plugin to build multiarch Docker images. This plugin is a fork of [drone-p ## Versioning -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. +The tags follow the major version of Docker, e.g. `19`, and the minor and patch parts reflect the `version` of the plugin. A full example would be `19.6.5`. Minor versions can introduce breaking changes, while patch versions can be considered non-breaking. ## Contributors -Special thanks goes to all [contributors](https://github.com/thegeeklab/drone-docker/graphs/contributors). If you would like to contribute, please see the [instructions](https://github.com/thegeeklab/drone-docker/blob/main/CONTRIBUTING.md). +Special thanks to all [contributors](https://github.com/thegeeklab/drone-docker/graphs/contributors). If you would like to contribute, please see the [instructions](https://github.com/thegeeklab/drone-docker/blob/main/CONTRIBUTING.md). ## License diff --git a/_docs/content/_index.md b/_docs/content/_index.md index 07de9d9..5a31f56 100644 --- a/_docs/content/_index.md +++ b/_docs/content/_index.md @@ -19,7 +19,7 @@ Drone plugin to build and publish multiarch Docker images. ## Versioning -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. +The tags follow the major version of Docker, e.g. `19`, and the minor and patch parts reflect the `version` of the plugin. A full example would be `19.6.5`. Minor versions can introduce breaking changes, while patch versions can be considered non-breaking. ## Usage