From 008c45e9ac0f4a9b016356e85b77794ca0590fb8 Mon Sep 17 00:00:00 2001 From: Safwan Date: Wed, 5 Nov 2025 13:21:45 +0500 Subject: [PATCH] fixed markdown lint indentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddf9609a..abc29f60 100644 --- a/README.md +++ b/README.md @@ -435,8 +435,8 @@ To make a GitHub release: 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` + - Set the `TARGET_BRANCH` parameter to release branch i.e. `release-vX.Y.Z` + - 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)