Skip to content

Commit 5be7141

Browse files
committed
chore: remove orphaned auto-bump infrastructure
Delete the bumpVersionAction custom action (action.yml, bump-version.py, Dockerfile, README) and the per-chart .bumpversion.cfg files for keycloak, keycloakx, and mailhog. Nothing references these since the automatic version-bump job was removed from the release workflow. Also update the pull request template: it still told contributors that version bumps happen automatically based on commit-message keywords (major/feat/chore) and pointed at a scripts/bump-version.py path that never existed. Rewrite it to reflect the current manual-bump policy.
1 parent fce3ad5 commit 5be7141

8 files changed

Lines changed: 3 additions & 161 deletions

File tree

.github/actions/bumpVersionAction/Dockerfile

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/actions/bumpVersionAction/README.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/actions/bumpVersionAction/action.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/actions/bumpVersionAction/bump-version.py

Lines changed: 0 additions & 81 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<!---
22
Thanks for wanting to contribute.
33
4-
Manual updates to the chart version are not needed any more. The version bumps are now based on commit messages. If you want to bump the major version include `major` in the commit message. For a feature release, include `feature` or `feat`. If you don't want to create a new release at all, include `chore` in all your commit messages. The default is a new patch release. For the specific keywords have a look at [the script](scripts/bump-version.py).
4+
Chart version bumps are done manually: when making a change that should
5+
be released, update the `version` (and `appVersion` if the bundled app
6+
changed) in the relevant `charts/<chart>/Chart.yaml` as part of your PR.
57
--->

charts/keycloak/.bumpversion.cfg

Lines changed: 0 additions & 7 deletions
This file was deleted.

charts/keycloakx/.bumpversion.cfg

Lines changed: 0 additions & 7 deletions
This file was deleted.

charts/mailhog/.bumpversion.cfg

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)