mirror of
https://github.com/caoer/analytics-ios-integration-firebase.git
synced 2026-01-12 22:44:00 +08:00
Prepare for release 1.0.0-alpha
This commit is contained in:
8
CHANGELOG.md
Normal file
8
CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
Version 1.0.0-alpha *(2nd August, 2016)*
|
||||
-------------------------------------------
|
||||
*(Supports analytics-ios 3.2.+ and Firebase 3.3.+)*
|
||||
|
||||
Initial alpha release.
|
||||
@@ -19,11 +19,11 @@ PODS:
|
||||
- OCHamcrest (5.4.0)
|
||||
- OCMockito (3.0.2):
|
||||
- OCHamcrest (~> 5.1)
|
||||
- Segment-Firebase (0.1.0):
|
||||
- Segment-Firebase (1.0.0-alpha):
|
||||
- Analytics (~> 3.2)
|
||||
- Firebase/Core (~> 3.3.0)
|
||||
- Segment-Firebase/Core (= 0.1.0)
|
||||
- Segment-Firebase/Core (0.1.0):
|
||||
- Segment-Firebase/Core (= 1.0.0-alpha)
|
||||
- Segment-Firebase/Core (1.0.0-alpha):
|
||||
- Analytics (~> 3.2)
|
||||
- Firebase/Core (~> 3.3.0)
|
||||
- Specta (1.0.5)
|
||||
@@ -49,7 +49,7 @@ SPEC CHECKSUMS:
|
||||
GoogleUtilities: 56c5ac05b7aa5dc417a1bb85221a9516e04d7032
|
||||
OCHamcrest: 5c1d441c5a82fb18ac17c2aeb52ec1a99edb971b
|
||||
OCMockito: 2cb6c2267cbc76537be56281cd47cdb5a7c27541
|
||||
Segment-Firebase: df8740d217049a0fcc66166b506e397fb13b3a8e
|
||||
Segment-Firebase: 9b36ea7c3cc212afe502d00432fc07d50593f9f3
|
||||
Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2
|
||||
|
||||
PODFILE CHECKSUM: d9c3dca65a70c20f72019015609af9a27fdc5fcb
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Segment-Firebase",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0-alpha",
|
||||
"summary": "Firebase Integration for Segment's analytics-ios library.",
|
||||
"description": "Analytics for iOS provides a single API that lets you\nintegrate with over 100s of tools.\n\nThis is the Firebase integration for the iOS library.",
|
||||
"homepage": "http://segment.com/",
|
||||
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"source": {
|
||||
"git": "https://github.com/segment-integrations/analytics-ios-integration-firebase.git",
|
||||
"tag": "0.1.0"
|
||||
"tag": "1.0.0-alpha"
|
||||
},
|
||||
"social_media_url": "https://twitter.com/segment",
|
||||
"platforms": {
|
||||
|
||||
8
Example/Pods/Manifest.lock
generated
8
Example/Pods/Manifest.lock
generated
@@ -19,11 +19,11 @@ PODS:
|
||||
- OCHamcrest (5.4.0)
|
||||
- OCMockito (3.0.2):
|
||||
- OCHamcrest (~> 5.1)
|
||||
- Segment-Firebase (0.1.0):
|
||||
- Segment-Firebase (1.0.0-alpha):
|
||||
- Analytics (~> 3.2)
|
||||
- Firebase/Core (~> 3.3.0)
|
||||
- Segment-Firebase/Core (= 0.1.0)
|
||||
- Segment-Firebase/Core (0.1.0):
|
||||
- Segment-Firebase/Core (= 1.0.0-alpha)
|
||||
- Segment-Firebase/Core (1.0.0-alpha):
|
||||
- Analytics (~> 3.2)
|
||||
- Firebase/Core (~> 3.3.0)
|
||||
- Specta (1.0.5)
|
||||
@@ -49,7 +49,7 @@ SPEC CHECKSUMS:
|
||||
GoogleUtilities: 56c5ac05b7aa5dc417a1bb85221a9516e04d7032
|
||||
OCHamcrest: 5c1d441c5a82fb18ac17c2aeb52ec1a99edb971b
|
||||
OCMockito: 2cb6c2267cbc76537be56281cd47cdb5a7c27541
|
||||
Segment-Firebase: df8740d217049a0fcc66166b506e397fb13b3a8e
|
||||
Segment-Firebase: 9b36ea7c3cc212afe502d00432fc07d50593f9f3
|
||||
Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2
|
||||
|
||||
PODFILE CHECKSUM: d9c3dca65a70c20f72019015609af9a27fdc5fcb
|
||||
|
||||
12
RELEASING.md
Normal file
12
RELEASING.md
Normal file
@@ -0,0 +1,12 @@
|
||||
Releasing
|
||||
=========
|
||||
|
||||
1. Update the version in `Segment-Firebase.podspec` to a non-beta version.
|
||||
2. Update the `CHANGELOG.md` for the impending release.
|
||||
3. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version)
|
||||
4. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version)
|
||||
5. `git push && git push --tags`
|
||||
6. `pod trunk push Segment-Firebase.podspec --allow-warnings`
|
||||
7. Update the version `Segment-Firebase.podspec` to the next beta version.
|
||||
8. `git commit -am "Prepare next development version."`
|
||||
9. `git push`
|
||||
@@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "Segment-Firebase"
|
||||
s.version = "0.1.0"
|
||||
s.version = "1.0.0-alpha"
|
||||
s.summary = "Firebase Integration for Segment's analytics-ios library."
|
||||
|
||||
s.description = <<-DESC
|
||||
|
||||
Reference in New Issue
Block a user