Skip to content

Commit fb30af2

Browse files
author
Alex Gaesser
authored
[DEST-1542] fixup versioning, update release steps (#16)
* fixup versioning, update release steps * correct version number * typo
1 parent 5cdf7a7 commit fb30af2

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Change 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

RELEASING.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
Releasing
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`

Segment-Flurry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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

0 commit comments

Comments
 (0)