From 28b54800cd5afcd1a6803a6b6f9abf2d6e1fe2f1 Mon Sep 17 00:00:00 2001 From: Pierre Vanduynslager Date: Wed, 15 Jan 2020 11:19:28 -0500 Subject: [PATCH] docs: correct plugin execution order --- 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 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