docs(plugins-list): add semantic-release-codeartifact (#1939)

This commit is contained in:
Ryan Sonshine 2021-05-17 10:50:18 -04:00 committed by GitHub
parent 55194c106e
commit 13f6a725a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,3 +127,5 @@
- `verifyConditions`: Validate configuration and (if present) credentials - `verifyConditions`: Validate configuration and (if present) credentials
- `prepare`: Update version and appVersion in ```Chart.yaml``` - `prepare`: Update version and appVersion in ```Chart.yaml```
- `publish`: Publish the chart to a registry (if configured) - `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.