From 7fbab56a98ef30d026941b7c1c740bab146a3d3a Mon Sep 17 00:00:00 2001 From: Dmytro Pustovit Date: Sat, 22 May 2021 00:30:44 +0300 Subject: [PATCH] docs: add semantic-release-telegram to the list of community plugins (#1945) Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com> --- docs/extending/plugins-list.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/extending/plugins-list.md b/docs/extending/plugins-list.md index 4ac53775..111a36bf 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -129,7 +129,11 @@ - `publish`: Publish the chart to a registry (if configured) - [semantic-release-codeartifact](https://github.com/ryansonshine/semantic-release-codeartifact) - `verifyConditions`: Validate configuration, get AWS CodeArtifact authentication and repository, validate `publishConfig` or `.npmrc` (if they exist), then pass the configuration to the associated plugins. +- [semantic-release-telegram](https://github.com/pustovitDmytro/semantic-release-telegram) + - `verifyConditions`: Validate configuration and verify ```TELEGRAM_BOT_ID``` and ```TELEGRAM_BOT_TOKEN``` + - `success`: Publish a message about the successful release to a telegram chat + - `fail`: publish a message about failure to a telegram chat - [semantic-release-heroku](https://github.com/pustovitDmytro/semantic-release-heroku) - `verifyConditions`: Validate configuration and verify ```HEROKU_API_KEY``` - `prepare`: Update the package.json version and create release tarball - - `publish`: Publish version to heroku \ No newline at end of file + - `publish`: Publish version to heroku