Add description to Patch body

Signed-off-by: Erik Engervall <erik.engervall@gmail.com>
This commit is contained in:
Erik Engervall
2021-10-06 15:27:46 +02:00
parent 1f03560b0a
commit d3e2b80637
@@ -141,6 +141,15 @@ export const PatchBody = ({
</Box>
)}
<Box marginBottom={2}>
<Typography>
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.
</Typography>
</Box>
<Box marginBottom={2}>
<Typography>
<Differ
@@ -301,6 +310,7 @@ export const PatchBody = ({
gitDataResponse.value?.recentCommitsOnDefaultBranch[
checkedCommitIndex
];
if (!selectedPatchCommit) {
throw new GitReleaseManagerError(
'Could not find selected patch commit',