Skip to content

Commit 10e9b8c

Browse files
authored
Merge pull request #1323 from wordpress-mobile/fix-documentation-typos
2 parents c267d0f + c915400 commit 10e9b8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/ReleaseProcess.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Open a PR on github where you target the `trunk` branch with the `release/x.y.z`
3434

3535
### Step 2: Testing the Integration ###
3636

37-
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.
37+
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.
3838

3939
Make sure WordPress-iOS’s podfile specifies the SAME (and latest) commit number for both of these:
4040
```
@@ -59,13 +59,13 @@ Create a new release on Github targetting the trunk branch and name it `Release
5959

6060
Set a tag with the value `x.y.z` .
6161

62-
On the description field and the content of the changelog for this version
62+
On the description field add the content of the changelog for this version
6363

6464
Press the `Publish release` button
6565

6666
At this moment the CI automation should notice your tag and after some minutes you should get the new pod publish on CocoaPods.
6767

68-
If this for some reason fails chech the manual process bellow
68+
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.
6969

7070
*Manual Process*
7171

0 commit comments

Comments
 (0)