diff --git a/README.md b/README.md index 5a75ea07..ddf9609a 100644 --- a/README.md +++ b/README.md @@ -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)