File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed
Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4- Version 2.0.0 * (17th August, 2016 )*
4+ Version 2.0.1 * (14th April, 2020 )*
55-------------------------------------------
6- * (Supports Flury 10.2.0+)*
6+ * (Supports analytics-ios 3.0+ and Flurry 10.2.0+)*
77
88 * Breaking: Removed support for logPageView
99 * Breaking: Removed support for setLatitude, will no longer track absolute location
Original file line number Diff line number Diff line change 11Releasing
22=========
3+ If you have never pushed to cocapods before, run the following:
4+ ` pod trunk register <your-email> 'Your Name' `
5+ 1. Find someone who is a pod owner by running ` pod trunk info Segment-Flurry `
6+ 2. Have one of those people add you as a pod owner by running:
7+ ` pod trunk add-owner Segment-Flurry <your email> `
38
4- 1 . Update the version in ` Segment-Flurry.podspec ` to a non-beta version.
5- 2 . Update the ` CHANGELOG.md ` for the impending release.
6- 3 . ` git commit -am "Prepare for release X.Y.Z." ` (where X.Y.Z is the new version)
7- 4 . ` git tag -a X.Y.Z -m "Version X.Y.Z" ` (where X.Y.Z is the new version)
8- 5 . ` git push && git push --tags `
9- 6 . ` pod trunk push Segment-Flurry.podspec --allow-warnings `
9+ 1 . Verify changes are working as expected, open PR against master, and merge once approved.
10+ 2 . Update the version in ` Segment-Flurry.podspec ` to a non-beta version.
11+ 3 . Update the ` CHANGELOG.md ` for the impending release.
12+ 4 . ` git commit -am "Prepare for release X.Y.Z." ` (where X.Y.Z is the new version)
13+ 5 . ` git tag -a X.Y.Z -m "Version X.Y.Z" ` (where X.Y.Z is the new version)
14+ 6 . ` git push && git push --tags `
15+ 7 . ` pod trunk push Segment-Flurry.podspec --use-libraries --allow-warnings `
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Segment-Flurry"
3- s . version = "1.1.0 "
3+ s . version = "2.0.1 "
44 s . summary = "Flurry Integration for Segment's analytics-ios library."
55
66 s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments