Clarification about workflow in the readme

This commit is contained in:
Safwan
2025-11-05 13:09:04 +05:00
parent 174b57cdad
commit fa201d9762
+4 -2
View File
@@ -433,8 +433,10 @@ _Repository GitHub releases_: As requested by the community in [issue 685](https
To make a GitHub release:
1. Code owners create a release branch `release-vX.Y.Z`
1. Code owners run a dispatch mode workflow to automatically generate version and manifests on the release branch
1. Code owners create a release branch `release-vX.Y.Z` from `master`
1. Code owners run [Init Release](https://github.com/stakater/Reloader/actions/workflows/init-branch-release.yaml) workflow to automatically generate version and manifests on the release branch
1. Set the `TARGET_BRANCH` parameter to release branch i.e. `release-vX.Y.Z`
1. Set the `TARGET_VERSION` to release version without 'v' i.e. `X.Y.Z`
1. A PR is created to bump the image version on the release branch, example: [PR-798](https://github.com/stakater/Reloader/pull/798)
1. Code owners create a GitHub release with tag `vX.Y.Z` and target branch `release-vX.Y.Z`, which triggers creation of images
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)