From f79e27f588906b0b7d57ae7aa7d1f57dd6917e55 Mon Sep 17 00:00:00 2001 From: ttrobisch Date: Fri, 1 Oct 2021 18:47:58 +0200 Subject: [PATCH] docs: add semantic-release-mattermost to the plugin list (#2163) --- 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 5457a94c..ee6b98b6 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -140,3 +140,7 @@ - `verifyConditions`: Validate configuration and verify ```HEROKU_API_KEY``` - `prepare`: Update the package.json version and create release tarball - `publish`: Publish version to heroku +- [semantic-release-mattermost](https://github.com/ttrobisch/semantic-release-mattermost) + - `verifyConditions`: Verify that the webhook is setup and release-notes-generator is present. + - `success`: Send a message about the new release and its notes to a [mattermost](https://mattermost.com/) webhook. +