We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c177d4b commit 6c7e4beCopy full SHA for 6c7e4be
docs/extending/plugins-list.md
@@ -120,3 +120,7 @@
120
- `verifyConditions`: Verify the environment variable ```PYPI_TOKEN``` and installation of build tools
121
- `prepare`: Update the version in ```setup.cfg``` and create the distribution packages
122
- `publish`: Publish the python package to a repository (default: pypi)
123
+- [semantic-release-helm](https://github.com/m1pl/semantic-release-helm)
124
+ - `verifyConditions`: Validate configuration and (if present) credentials
125
+ - `prepare`: Update version and appVersion in ```Chart.yaml```
126
+ - `publish`: Publish the chart to a registry (if configured)
0 commit comments