From d3e2b80637b34d79361700785e946c43fbd4ba0b Mon Sep 17 00:00:00 2001 From: Erik Engervall Date: Wed, 6 Oct 2021 15:27:46 +0200 Subject: [PATCH] Add description to Patch body Signed-off-by: Erik Engervall --- .../src/features/Patch/PatchBody.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/plugins/git-release-manager/src/features/Patch/PatchBody.tsx b/plugins/git-release-manager/src/features/Patch/PatchBody.tsx index 272363380f..71aaa7e1f7 100644 --- a/plugins/git-release-manager/src/features/Patch/PatchBody.tsx +++ b/plugins/git-release-manager/src/features/Patch/PatchBody.tsx @@ -141,6 +141,15 @@ 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. + + +