ETLane 0.1.47 → 0.1.48
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Lanes/CommonFastfile +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6988424af1f01c1dd80171527e3155fb55f2d026d90223e97d7c369f47ac7193
|
4
|
+
data.tar.gz: 2ab7c802fd4083513c5c26f1e286a759b6ba22aae7cbaa51cfee7f6146e0a59c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 020f0e089a0aa90d47a0f7077a2b0daad48e0eaa8aba13ad113867e6c64ba51667d1b75c5f3c13e54eb0cba443c68b7bc9f5add543ce5de09368566e7ebcd5ff
|
7
|
+
data.tar.gz: 8e78979ecde60e8d4127cc17f277bd6c3bf78c44da4c6486f59e4675ad26eccf54f610f3e3b5ee07b7be732c492e4ade3a7d3ac9e6864cab1077027b66a3dfe9
|
data/Lanes/CommonFastfile
CHANGED
@@ -13,6 +13,7 @@ platform :ios do
|
|
13
13
|
|
14
14
|
desc "Push a new beta build to TestFlight"
|
15
15
|
lane :beta do |options|
|
16
|
+
work_branch = options[:branch]|| ENV["ET_BRANCH"] || 'master'
|
16
17
|
setup_new_session(options)
|
17
18
|
provisioning_profile = "AppStore_#{product_bundle_identifier}"
|
18
19
|
username = options[:username]
|
@@ -53,7 +54,7 @@ platform :ios do
|
|
53
54
|
merge_commit_filtering: "exclude_merges" # Optional, lets you filter out merge commits
|
54
55
|
)
|
55
56
|
puts changelog
|
56
|
-
build_number =
|
57
|
+
build_number = latest_testflight_build_number()
|
57
58
|
version = get_version_number(target: project_name) + " (" + build_number + ")"
|
58
59
|
branch_name = "feature/#{build_number}"
|
59
60
|
sh("git", "checkout", "-B", branch_name)
|
@@ -93,7 +94,6 @@ platform :ios do
|
|
93
94
|
commit_bump(message: "Freeze changelog")
|
94
95
|
end
|
95
96
|
end
|
96
|
-
work_branch = ENV["ET_BRANCH"] || 'master'
|
97
97
|
sh("git", "checkout", work_branch)
|
98
98
|
sh("git", "pull", "origin", work_branch)
|
99
99
|
sh("git", "merge", branch_name)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ETLane
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.48
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- teanet
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-04-04 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: 'Xcode helper for upload builds and metadata
|
14
14
|
|