@catalystsquad/release-config-helm
v2.0.4
Published
semantic-release shareable release configuration template repository
Downloads
41
Readme
release-config-helm
Semantic release configuration for helm charts.
This release configuration is specialized to release helm charts in the following way:
- Leverages the exec plugin to do the following:
- Update
Chart.yaml
with new release version - Update chart dependencies
- Package chart into .tgz file using
helm package
- Update
- Leverages the git plugin to commit the updated version in
Chart.yaml
- Leverages the github release plugin to create a github release, and include the packaged helm chart in the release