Skip to content

Commit 2cff1db

Browse files
committed
Fix some errors and add links.
1 parent cad322a commit 2cff1db

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Documentation/ReleaseProcess.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Step 1: Creating a release branch ###
44

5-
The branch structure in Aztec iOS is based on the GIT Flow methodology.
5+
The branch structure in Aztec iOS is based on the [Git Flow](https://nvie.com/posts/a-successful-git-branching-model/) methodology.
66

77
These are the main branches involved in the release process:
88
```
@@ -34,7 +34,7 @@ Open a PR on github where you target the `master` branch with the `release/x.y.z
3434

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

37-
Before going any further, It's normally good practice to test the Aztec integration into WordPress-iOS project, to make sure I won’t have to do the release process twice.
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.
3838

3939
Make sure WordPress-iOS’s podfile specifies the SAME (and latest) commit number for both of these:
4040
```
@@ -97,7 +97,7 @@ bundle exec pod trunk push WordPress-Editor-iOS.podspec
9797

9898
For simplicity Aztec uses a single milestone named “Next Stable”. The purpose of this milestone is to be used to assign to it all of the regular issues that are closed and merged into develop during the regular development process.
9999

100-
At this point in the release process you should rename the milestone to the version you’re about to release.
100+
At this point in the release process you should rename the milestone to the version you've just released.
101101

102102
Once renamed, you can create a new “Next Stable” milestone and assign all pending open issues to it.
103103

0 commit comments

Comments
 (0)