Skip to content

Commit c4e39df

Browse files
authored
Clarify PR process for Helm chart version updates
Updated instructions for creating a PR to include a specific label for Helm chart version updates.
1 parent 816ad6d commit c4e39df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ To make a GitHub release:
420420
1. Code owners run a dispatch mode workflow to automatically generate version and manifests on the release branch
421421
1. A PR is created to bump the image version on the release branch, example: [PR-798](https://github.com/stakater/Reloader/pull/798)
422422
1. Code owners create a GitHub release with tag `vX.Y.Z` and target branch `release-vX.Y.Z`, which triggers creation of images
423-
1. Code owners create a PR to update the Helm chart version, example: [PR-846](https://github.com/stakater/Reloader/pull/846)
423+
1. Code owners create a PR with `release/helm-chart` label to update the Helm chart version, example: [PR-846](https://github.com/stakater/Reloader/pull/846)
424424

425425
_Repository git tagging_: Push to the main branch will create a merge-image and merge-tag named `merge-${{ github.event.number }}`, for example `merge-800` when pull request number 800 is merged.
426426

0 commit comments

Comments
 (0)