docs: reorder default plugins list (#1650)

Reorder the list default plugins from alphabetical to order of execution.
This commit is contained in:
Graeme Cassels 2020-10-04 19:52:17 +01:00 committed by GitHub
parent e35e5bb73f
commit 18e35b28ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,12 +21,12 @@ A plugin is a npm module that can implement one or more of the following steps:
### Default plugins ### Default plugins
These four plugins are already part of **semantic-release** and don't have to be installed separately: These four plugins are already part of **semantic-release** and are listed in order of execution. They do not have to be installed separately:
``` ```
"@semantic-release/commit-analyzer" "@semantic-release/commit-analyzer"
"@semantic-release/github"
"@semantic-release/npm"
"@semantic-release/release-notes-generator" "@semantic-release/release-notes-generator"
"@semantic-release/npm"
"@semantic-release/github"
``` ```
### Additional plugins ### Additional plugins