From b311fe253f34a46e383d476d4ce6cf6144efa15f Mon Sep 17 00:00:00 2001 From: Erik Engervall Date: Wed, 6 Oct 2021 16:50:58 +0200 Subject: [PATCH] Update copy Signed-off-by: Erik Engervall --- plugins/git-release-manager/src/features/Patch/PatchBody.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/git-release-manager/src/features/Patch/PatchBody.tsx b/plugins/git-release-manager/src/features/Patch/PatchBody.tsx index bf2f91580b..2a2692bb22 100644 --- a/plugins/git-release-manager/src/features/Patch/PatchBody.tsx +++ b/plugins/git-release-manager/src/features/Patch/PatchBody.tsx @@ -144,7 +144,7 @@ export const PatchBody = ({ Patches the release branch, creates a new tag and updates the Git - release. A dry run on a temporary branch will run prioer to patching + release. A dry run on a temporary branch will run prior to patching the release branch to ensure there's no merge conflicts. Manual patching is recommended should the dry run fail.