From 39d15b37f92521cfcad9733f84a81cd8676f648e Mon Sep 17 00:00:00 2001 From: Hannes Rabo Date: Wed, 8 May 2019 21:45:30 +0200 Subject: [PATCH] docs: add `semantic-release-slack-bot` to community plugins --- docs/extending/plugins-list.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/extending/plugins-list.md b/docs/extending/plugins-list.md index 2f208043..001177c3 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -41,6 +41,10 @@ [Open a Pull Request](https://github.com/semantic-release/semantic-release/blob/master/CONTRIBUTING.md#submitting-a-pull-request) to add your plugin to the list. +- [semantic-release-slack-bot](https://github.com/juliuscc/semantic-release-slack-bot) + - `verifyConditions`: Verify that the environment variable `SLACK_WEBHOOK` has been defined. + - `success`: Publish a message about the success to a slack channel. + - `fail`: Optionally publish a message about failure to a slack channel. - [semantic-release-docker](https://github.com/felixfbecker/semantic-release-docker) - `verifyConditions`: Verify that all needed configuration is present and login to the Docker registry. - `publish`: Tag the image specified by `name` with the new version, push it to Docker Hub and update the latest tag