docs(plugins): add telegram-bot plugin to the plugin list (#2190)

This commit is contained in:
askoropad 2021-10-14 22:31:45 +03:00 committed by GitHub
parent 0495cb67b2
commit a50dc996b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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