Skip to content

Commit

Permalink
Fix typo in release instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeiting committed Oct 23, 2017
1 parent f454b34 commit 40c4d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
1. Update the version number in `RCPurchases.m`, `Purchases.podspec` and in `Purchases/Info.plist`
1. Update CHANGELOG.md for the new release
1. Commit the changes `git commit -am "Version x.y.z"`
1. `git tag -a x.y.z && -m "Version x.y.z"`
1. `git tag -a x.y.z -m "Version x.y.z"`
1. `git push origin master && git push --tags`
1. `pod trunk push Purchases.podspec`
1. `carthage build --no-skip-current` to create a dynamic framework
Expand Down

0 comments on commit 40c4d8d

Please sign in to comment.