Skip to content

Commit

Permalink
docs: correct plugin execution order
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Jan 15, 2020
1 parent 3739ab5 commit 28b5480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/plugins.md
Expand Up @@ -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
Expand Down

0 comments on commit 28b5480

Please sign in to comment.