diff --git a/docs/extending/plugins-list.md b/docs/extending/plugins-list.md index 84ea855e..c8e61d5f 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -34,3 +34,11 @@ - [fail](https://github.com/semantic-release/exec#fail): Execute a shell command to notify of a failed release ## Community plugins + +[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**) + - [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) + - [verifyConditions](https://github.com/piercus/semantic-release-verify-deps) Check the dependencies format against a regexp before a release