diff --git a/docs/extending/plugins-list.md b/docs/extending/plugins-list.md index 0db6121b..4ac53775 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -129,3 +129,7 @@ - `publish`: Publish the chart to a registry (if configured) - [semantic-release-codeartifact](https://github.com/ryansonshine/semantic-release-codeartifact) - `verifyConditions`: Validate configuration, get AWS CodeArtifact authentication and repository, validate `publishConfig` or `.npmrc` (if they exist), then pass the configuration to the associated plugins. +- [semantic-release-heroku](https://github.com/pustovitDmytro/semantic-release-heroku) + - `verifyConditions`: Validate configuration and verify ```HEROKU_API_KEY``` + - `prepare`: Update the package.json version and create release tarball + - `publish`: Publish version to heroku \ No newline at end of file