Merge branch 'master' of github.com:semantic-release/semantic-release into beta

This commit is contained in:
Matt Travi 2022-12-02 16:43:22 -06:00
commit c4cd63929a
No known key found for this signature in database
GPG Key ID: CB62529BDFD29894

View File

@ -74,7 +74,7 @@ With this configuration **semantic-release** will:
- execute the `prepare` implementation of `@semantic-release/npm` then `@semantic-release/git` - execute the `prepare` implementation of `@semantic-release/npm` then `@semantic-release/git`
- execute the `publish` implementation of `@semantic-release/npm` - execute the `publish` implementation of `@semantic-release/npm`
Order is first determined by release steps (such as `verifyConditions``anayzeCommits`). At each release step, plugins are executed in the order in which they are defined. Order is first determined by release steps (such as `verifyConditions``analyzeCommits`). At each release step, plugins are executed in the order in which they are defined.
## Plugin options configuration ## Plugin options configuration