diff --git a/docs/usage/plugins.md b/docs/usage/plugins.md index 0ae83210ef..bb09da61cb 100644 --- a/docs/usage/plugins.md +++ b/docs/usage/plugins.md @@ -65,8 +65,8 @@ For each [release step](../../README.md#release-steps) the plugins that implemen With this configuration **semantic-release** will: - execute the `verifyConditions` implementation of `@semantic-release/npm` then `@semantic-release/git` - execute the `analyzeCommits` implementation of `@semantic-release/commit-analyzer` -- execute the `prepare` implementation of `@semantic-release/npm` then `@semantic-release/git` - execute the `generateNotes` implementation of `@semantic-release/release-notes-generator` +- execute the `prepare` implementation of `@semantic-release/npm` then `@semantic-release/git` - execute the `publish` implementation of `@semantic-release/npm` ## Plugin options configuration