diff --git a/docs/usage/plugins.md b/docs/usage/plugins.md index 5dfd462a..441f61b6 100644 --- a/docs/usage/plugins.md +++ b/docs/usage/plugins.md @@ -20,7 +20,7 @@ Default implementation: [@semantic-release/commit-analyzer](https://github.com/s ### verifyRelease plugin -Responsible for verifying the parameters (version, type, dist-tag etc...) of the release that is about to be published match certain expectations. For example the [cracks plugin](https://github.com/semantic-release/cracks) is able to verify that if a release contains breaking changes, its type must be `major`. +Responsible for verifying the parameters (version, type, dist-tag etc...) of the release that is about to be published. For example the [cracks plugin](https://github.com/semantic-release/cracks) is able to verify that if a release contains breaking changes, its type must be `major`. Default implementation: none.