stacklok/Releaseo

Creates release PRs with version bumps for VERSION file and YAML files

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
releaseo_versionVersion of releaseo to use (e.g., v1.0.0). Must match a GitHub release.yes
bump_typeVersion bump type (major, minor, patch)yes
version_filePath to VERSION filenoVERSION
helm_docs_argsArguments to pass to helm-docs. If provided, helm-docs will run with these args (e.g., --chart-search-root=./charts --template-files=README.md.gotmpl)no""
version_filesYAML list of files with custom version paths to update. Each entry should have: file (path), path (YAML node path), and optionally prefix. Example: - file: deploy/charts/myapp/Chart.yaml path: version - file: deploy/charts/myapp/Chart.yaml path: appVersion - file: deploy/charts/myapp/values.yaml path: image.tag prefix: "v" no""
tokenGitHub token for creating PRyes
base_branchBase branch for the PRnomain
namedescription
versionThe new version number
pr_numberThe created PR number
pr_urlThe created PR URL