Fixed the other broken link

This commit is contained in:
snappyapple632 2019-02-28 19:17:50 -08:00 committed by GitHub
parent 5cb0e29389
commit c479e7422e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ Here's what you do when releasing a hotfix:
3. Merge __dev__ into master on the extractor. 3. Merge __dev__ into master on the extractor.
4. Create a GPG signed tag with the name `v0.x.y` on the extractor. 4. Create a GPG signed tag with the name `v0.x.y` on the extractor.
5. Create a new release draft and write the down the fix into the release notes. 5. Create a new release draft and write the down the fix into the release notes.
6. Copy the [release note](#release_notes) into the fastlane directory of releases. 6. Copy the [release note](#release-notes) into the fastlane directory of releases.
7. Increment the __small minor__ version number and the `versionCode`. 7. Increment the __small minor__ version number and the `versionCode`.
8. Click "Publish Release". 8. Click "Publish Release".
9. Rebase the hotfix back into __dev__ branch. 9. Rebase the hotfix back into __dev__ branch.