-
Bug
-
Resolution: Done
-
Normal
-
1.7.0
-
2
-
False
-
-
False
-
Release Note Not Required
-
-
-
RHDH Install 3277, RHDH Install 3278
Description of problem:
The "Bump Version" GitHub workflow in the rhdh-chart repo only handles the "backstage" Chart using a `/bump [patch|minor|...]` comment: https://github.com/redhat-developer/rhdh-chart/blob/main/.github/workflows/bump-version.yaml#L99
Now that the repo contains additional charts, we should provide a way to specify which chart to bump version for.
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- On a PR created (branch needs to be in the same rhdh-chart repo, like Renovate PRs), comment with `/bump patch`.
Actual results:
You will notice that only the "backstage" chart has been bumped. This makes sense on some PRs updating the backstage chart, but won't make sense if the PR is updating a different chart.
Expected results:
Extend the comment handling to support passing a chart name, like:
`/bump orchestrator-infra [patch|minor|...]`
or
`/bump backstage [patch|minor|...]`
We don't need to maintain backward compatibility, as this is for our own internal use case.
Reproducibility (Always/Intermittent/Only Once):
Always
- is related to
-
RHDHBUGS-1930 [rhdh-chart] bump-version.yaml github workflow not committing bump version
-
- Closed
-
- relates to
-
RHDHBUGS-1930 [rhdh-chart] bump-version.yaml github workflow not committing bump version
-
- Closed
-