From 4d7248cb2ef2edc37db3933d95947ddb338d31a2 Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:21:41 +0530 Subject: [PATCH] Fix number issue --- docs/build-and-release-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-and-release-guide.md b/docs/build-and-release-guide.md index eecba8fa..7dbb6d3e 100644 --- a/docs/build-and-release-guide.md +++ b/docs/build-and-release-guide.md @@ -139,7 +139,7 @@ Checklist for the release, 7. Update module version in Ballerina Distribution in the corresponding patch branch. > **Note:** If the module is released while updating one or more ballerina library dependencies, then make sure those versions are also updated in the Ballerina distribution repository. -9. Merge the automated post-release pull request in the respective module repo to the corresponding patch branch (E.g.: If the release is done on top of the 2201.3.x branch, change the pull request base to 2201.3.x branch and then merge the PR). +8. Merge the automated post-release pull request in the respective module repo to the corresponding patch branch (E.g.: If the release is done on top of the 2201.3.x branch, change the pull request base to 2201.3.x branch and then merge the PR). ### Multiple Module Release