From 892e09d2518bdcaa2397c964169d868d022543c0 Mon Sep 17 00:00:00 2001 From: Prateek Srivastava Date: Wed, 19 Jun 2019 16:03:03 -0700 Subject: [PATCH] update release steps --- Examples/CarthageExample/Cartfile.resolved | 2 +- RELEASING.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Examples/CarthageExample/Cartfile.resolved b/Examples/CarthageExample/Cartfile.resolved index a4a0b2516..973655f5c 100644 --- a/Examples/CarthageExample/Cartfile.resolved +++ b/Examples/CarthageExample/Cartfile.resolved @@ -1 +1 @@ -github "segmentio/analytics-ios" "3.6.9" +github "segmentio/analytics-ios" "3.7.0-beta.4" diff --git a/RELEASING.md b/RELEASING.md index 0e66e1394..a0b5f0f74 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -16,6 +16,4 @@ Releasing 9. Create a new Github release at https://github.com/segmentio/analytics-ios/releases * Add latest version information from `CHANGELOG.md` * Upload `Archive.zip` from step 7 and `Analytics.zip` from step 8 into binaries section to make available for users to download. - 10. Update the version in `SEGAnalytics.m`, `Analytics.podspec` to the next SNAPSHOT version. - 11. `git commit -am "Prepare next development version."` - 12. `git push`. + 10. `git push`.