Skip to content

Commit 12eaf26

Browse files
authored
ci(travis): auto release prep for 3.3.2 (#328)
* change TESTAPP_BRANCH to 3.3.x-test * FJSON APIs should be excluded from this patch * change TESTAPP_BRANCH for benchmarking tests as well
1 parent fb39e86 commit 12eaf26

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- SDK=swift
4646
- BUILD_NUMBER=${TRAVIS_JOB_NUMBER/.}
4747
- TESTAPP_TAG=master
48+
- TESTAPP_BRANCH=3.3.x-test
4849
- SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
4950
cache: false
5051
install:
@@ -54,7 +55,7 @@ jobs:
5455

5556
- <<: *integrationtest
5657
stage: 'Benchmarking tests'
57-
env: SDK=swift FULLSTACK_TEST_REPO=Benchmarking BUILD_NUMBER=${TRAVIS_JOB_NUMBER/.} SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
58+
env: SDK=swift TESTAPP_BRANCH=3.3.x-test FULLSTACK_TEST_REPO=Benchmarking BUILD_NUMBER=${TRAVIS_JOB_NUMBER/.} SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
5859

5960
- stage: 'SourceClear and Lint'
6061
language: swift

OptimizelySwiftSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "OptimizelySwiftSDK"
33
s.module_name = "Optimizely"
4-
s.version = "3.3.1"
4+
s.version = "3.3.2"
55
s.summary = "Optimizely experiment framework for iOS/tvOS"
66
s.homepage = "https://docs.developers.optimizely.com/full-stack/docs"
77
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }

Sources/Utils/SDKVersion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
/// Do not edit this field.
1919
/// - It is auto updated (Scripts/updated_version.sh) to reflect the current version
2020
/// - Do not put underscores in the name (Swiftlint can modify unexpectedly)
21-
let OPTIMIZELYSDKVERSION = "3.3.1"
21+
let OPTIMIZELYSDKVERSION = "3.3.2"

0 commit comments

Comments
 (0)