From 44249c683a66084aacf2920ee469604bd0095511 Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:19:37 +0530 Subject: [PATCH 1/2] Update release guide --- docs/build-and-release-guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/build-and-release-guide.md b/docs/build-and-release-guide.md index e6b8e838..eecba8fa 100644 --- a/docs/build-and-release-guide.md +++ b/docs/build-and-release-guide.md @@ -137,7 +137,9 @@ Checklist for the release, 5. Run the release workflow. 6. Publish artifact to the [Central Dev Environment](https://github.com/ballerina-platform/module-ballerina-http/actions/workflows/central-publish.yml). Select the `DEV CENTRAL` option in the workflow. 7. Update module version in Ballerina Distribution in the corresponding patch branch. -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). + + > **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). ### Multiple Module Release 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 2/2] 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