Skip to content

Commit

Permalink
docs(plugins): add telegram-bot plugin to the plugin list (#2190)
Browse files Browse the repository at this point in the history
  • Loading branch information
askoropad committed Oct 14, 2021
1 parent 0495cb6 commit a50dc99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/extending/plugins-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,7 @@
- [semantic-release-github-milestones](https://github.com/nitzano/semantic-release-github-milestones)
- `verifyConditions`: Verify github tokens are present and valid.
- `verifyRelease`: Display information regarding the matching github milestone.
- [semantic-release-telegram-bot](https://github.com/skoropadas/semantic-release-telegram-bot)
- `verifyConditions`: Validate configuration and verify `TELEGRAM_BOT_TOKEN` and package name
- `success`: Publish a success message to certain telegram chats
- `fail`: Publish a fail message to certain telegram chats

0 comments on commit a50dc99

Please sign in to comment.