Skip to content

Commit

Permalink
docs: add semantic-release-helm plugin (#1713)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1pl committed Dec 9, 2020
1 parent c177d4b commit 6c7e4be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/extending/plugins-list.md
Expand Up @@ -120,3 +120,7 @@
- `verifyConditions`: Verify the environment variable ```PYPI_TOKEN``` and installation of build tools
- `prepare`: Update the version in ```setup.cfg``` and create the distribution packages
- `publish`: Publish the python package to a repository (default: pypi)
- [semantic-release-helm](https://github.com/m1pl/semantic-release-helm)
- `verifyConditions`: Validate configuration and (if present) credentials
- `prepare`: Update version and appVersion in ```Chart.yaml```
- `publish`: Publish the chart to a registry (if configured)

0 comments on commit 6c7e4be

Please sign in to comment.