From 7615fdc9bc9310ea761704257315219845ffe533 Mon Sep 17 00:00:00 2001 From: Trevor Richardson Date: Mon, 18 Jun 2018 08:04:26 -0500 Subject: [PATCH] Fix documented explanation in plugins.md `verifyConditions` explanation was wrong previously. --- docs/usage/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/plugins.md b/docs/usage/plugins.md index fb680881..5dfd462a 100644 --- a/docs/usage/plugins.md +++ b/docs/usage/plugins.md @@ -91,7 +91,7 @@ For example: With this configuration: - the `custom-plugin` npm module will be used to [analyze commits](#analyzecommits-plugin) - the `./build/my-plugin.js` script will be used to [generate release notes](#generatenotes-plugin) -- the [`@semantic-release/exec`](https://github.com/semantic-release/exec), [`@semantic-release/npm`](https://github.com/semantic-release/npm) and [`@semantic-release/exec`](https://github.com/semantic-release/exec) plugins will be used to [verify conditions](#verifyconditions-plugin) +- the [`@semantic-release/exec`](https://github.com/semantic-release/exec), [`@semantic-release/npm`](https://github.com/semantic-release/npm) and [`@semantic-release/github`](https://github.com/semantic-release/github) plugins will be used to [verify conditions](#verifyconditions-plugin) - the [`@semantic-release/exec`](https://github.com/semantic-release/exec) plugin will be used to [verify the release](#verifyrelease-plugin) - the `cmd` option will be set to `verify-conditions.sh` only for the [`@semantic-release/exec`](https://github.com/semantic-release/exec) plugin used to [verify conditions](#verifyconditions-plugin) - the `cmd` option will be set to `verify-release.sh` only for the [`@semantic-release/exec`](https://github.com/semantic-release/exec) plugin used to [verify the release](#verifyrelease-plugin)