stacklok/Releaseo
Creates release PRs with version bumps for VERSION file and YAML files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| releaseo_version | Version of releaseo to use (e.g., v1.0.0). Must match a GitHub release. | yes | — |
| bump_type | Version bump type (major, minor, patch) | yes | — |
| version_file | Path to VERSION file | no | VERSION |
| helm_docs_args | Arguments 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_files | YAML 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 | "" |
| token | GitHub token for creating PR | yes | — |
| base_branch | Base branch for the PR | no | main |
Outputs
| name | description |
|---|---|
| version | The new version number |
| pr_number | The created PR number |
| pr_url | The created PR URL |