From 40c4d8d5deac93dbd8ae5d638497c1d74dd6b6cd Mon Sep 17 00:00:00 2001 From: Jacob Eiting Date: Mon, 23 Oct 2017 14:45:27 -0700 Subject: [PATCH] Fix typo in release instructions. --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index d0b22f6761..6fbd31386b 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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