From 8fcee9d1de40d46380a5c3d5e100199cc8122029 Mon Sep 17 00:00:00 2001 From: Erik Engervall Date: Wed, 6 Oct 2021 16:49:22 +0200 Subject: [PATCH] Update PatchBody copy to use dry runn instead of validation Signed-off-by: Erik Engervall --- .../git-release-manager/src/features/Patch/PatchBody.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/git-release-manager/src/features/Patch/PatchBody.tsx b/plugins/git-release-manager/src/features/Patch/PatchBody.tsx index 71aaa7e1f7..bf2f91580b 100644 --- a/plugins/git-release-manager/src/features/Patch/PatchBody.tsx +++ b/plugins/git-release-manager/src/features/Patch/PatchBody.tsx @@ -144,9 +144,9 @@ export const PatchBody = ({ Patches the release branch, creates a new tag and updates the Git - release. Before patching the release branch, a validation sequence - will run to ensure there's no merge conflicts. Manual patching is - recommended should the validation fail. + release. A dry run on a temporary branch will run prioer to patching + the release branch to ensure there's no merge conflicts. Manual + patching is recommended should the dry run fail.