diff --git a/docs/extending/plugins-list.md b/docs/extending/plugins-list.md index 36cb7367..0db6121b 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -127,3 +127,5 @@ - `verifyConditions`: Validate configuration and (if present) credentials - `prepare`: Update version and appVersion in ```Chart.yaml``` - `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.