tnlcommunity/Release and Update Chart

This action is intended to run on PR merge. It performs a semantic-release, then creates a PR into a helm chart repository with an updated appVersion, using the same PR title and body as the PR that triggered the workflow

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGithub token to use, this should be a PAT so that it can trigger workflows on the destination helm repositoryyes
release-configsemantic-release release configuration to useno@tnlcommunity/release-config-general
helm-repoThe helm chart git repo to updateno${{ github.repository_owner }}/chart-${{ github.event.repository.name }}
helm-repo-branchThe helm chart git repo to branch from and PR intonoalpha
path-to-chartThe path to the helm chart in the helm git reponochart
labelsLabels to apply to the PR. Should be a comma separated stringnoautomerge
delete-branchDelete PR branch after mergenotrue
branch-prefixThe prefix for the name of the feature branchnoautomated-code-release-

no outputs