From 2322d6c143cc579468d56e298004b68b64e83ed0 Mon Sep 17 00:00:00 2001 From: Pavindu Lakshan Date: Mon, 9 Dec 2024 21:53:26 +0530 Subject: [PATCH] Update hotfix guide --- docs/hotfix/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/hotfix/README.md b/docs/hotfix/README.md index 3d22dfbf106..51660204fd3 100644 --- a/docs/hotfix/README.md +++ b/docs/hotfix/README.md @@ -65,4 +65,6 @@ git checkout -b hotfix_feature hotfix-@ - Type in the same hotfix release tag you specified in the `Choose a tag` dropdown, in the `Release title` field as well. -- Untick `Set as latest release` checkbox and click `Publish release`. +- **UNTICK** the `Set as latest release` checkbox and click `Publish release`. + +**Note: It is crucial to ensure that the `Set as latest release` checkbox is UNCHECKED, as failing to do so may disrupt internal workflows.**