From 0495cb67b25cd3858ad7e6709fc25000995539ac Mon Sep 17 00:00:00 2001 From: Nitzan Ohana <16689354+nitzano@users.noreply.github.com> Date: Mon, 11 Oct 2021 23:26:03 +0300 Subject: [PATCH] docs: add semantic-release-github-milestones plugin (#2181) --- docs/extending/plugins-list.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/extending/plugins-list.md b/docs/extending/plugins-list.md index ee6b98b6..518116cf 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -143,4 +143,6 @@ - [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. - +- [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.