Update PatchBody copy to use dry runn instead of validation

Signed-off-by: Erik Engervall <erik.engervall@gmail.com>
This commit is contained in:
Erik Engervall
2021-10-06 16:49:22 +02:00
parent 1ed2f1af42
commit 8fcee9d1de
@@ -144,9 +144,9 @@ export const PatchBody = ({
<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.
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.
</Typography>
</Box>