From c6636abfd236aaa769f37f8f66d26ed4eae0f241 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Wed, 30 May 2018 15:33:06 -0700 Subject: [PATCH] docs(plugins): remove warning semantic-release-docker is compatible with latest semantic-release now, see peerDependency: https://david-dm.org/felixfbecker/semantic-release-docker?type=peer --- docs/extending/plugins-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extending/plugins-list.md b/docs/extending/plugins-list.md index b69071dca6..d96d303ce4 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -37,7 +37,7 @@ [Open a Pull Request](https://github.com/semantic-release/semantic-release/blob/caribou/CONTRIBUTING.md#submitting-a-pull-request) to add your plugin to the list. -- [semantic-release-docker](https://github.com/felixfbecker/semantic-release-docker) Set of semantic-release plugins for publishing a docker image to Docker Hub (tested on semantic-release **^11.0.0**) +- [semantic-release-docker](https://github.com/felixfbecker/semantic-release-docker) Set of semantic-release plugins for publishing a docker image to Docker Hub - [verifyConditions](https://github.com/felixfbecker/semantic-release-docker#verifyconditions) Verify that all needed configuration is present and login to the Docker registry. - [publish](https://github.com/felixfbecker/semantic-release-docker#publish) Tag the image specified by `name` with the new version, push it to Docker Hub and update the latest tag. - [semantic-release-verify-deps](https://github.com/piercus/semantic-release-verify-deps)