diff --git a/Documentation/ReleaseProcess.md b/Documentation/ReleaseProcess.md index 38219be81..cb4cf4d8c 100644 --- a/Documentation/ReleaseProcess.md +++ b/Documentation/ReleaseProcess.md @@ -34,7 +34,7 @@ Open a PR on github where you target the `trunk` branch with the `release/x.y.z` ### Step 2: Testing the Integration ### -Before going any further, tt's normally good practice to test the Aztec integration into [WordPress-iOS project](https://github.com/wordpress-mobile/WordPress-iOS), to make sure we won’t have to do the release process twice. +Before going any further, it's normally good practice to test the Aztec integration into [WordPress-iOS project](https://github.com/wordpress-mobile/WordPress-iOS), to make sure we won’t have to do the release process twice. Make sure WordPress-iOS’s podfile specifies the SAME (and latest) commit number for both of these: ``` @@ -59,13 +59,13 @@ Create a new release on Github targetting the trunk branch and name it `Release Set a tag with the value `x.y.z` . -On the description field and the content of the changelog for this version +On the description field add the content of the changelog for this version Press the `Publish release` button At this moment the CI automation should notice your tag and after some minutes you should get the new pod publish on CocoaPods. -If this for some reason fails chech the manual process bellow +If this for some reason fails check the manual process below. Also note that the CI checks for a merged release PR can sometimes fail if the checks run prior to CocoaPods populating the new version through the CDN. Waiting a little while (e.g. 30-60 minutes) and rerunning the CI checks can sometimes repair the checks. *Manual Process*