fastlane-plugin-stream_actions 0.3.59 → 0.3.60
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c56256134bd3f25211ed962cdedba26c23fa8841810e0e44aacc59dbd7838727
|
4
|
+
data.tar.gz: 54b67c7dcf99f0e777d72b227a898abd32eb0d853afe7af871cf349adac257e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2843bfc29dbf02ab79d2c143296c51709d23efbc500bd746836d35700d3972cf10cb624c09f21b01cf8ecb7ab1e3fb15b2d35f171dc1ff21ea37644861607a64
|
7
|
+
data.tar.gz: 56a6da0623897d4352cae0217d60af11a905b2f20f9e2b5185ebb92a3808132888efe15bd7944d414ab2c8dd7bd01a380d124fbfdf22b766d471c1ba9c82b580
|
@@ -2,7 +2,6 @@ module Fastlane
|
|
2
2
|
module Actions
|
3
3
|
class PrCreateAction < Action
|
4
4
|
def self.run(params)
|
5
|
-
params[:base_branch] ||= 'develop'
|
6
5
|
sh("git checkout -b #{params[:head_branch]}")
|
7
6
|
sh('git restore Brewfile.lock.json || true')
|
8
7
|
sh('git add -A')
|
@@ -40,7 +39,8 @@ module Fastlane
|
|
40
39
|
FastlaneCore::ConfigItem.new(
|
41
40
|
key: :base_branch,
|
42
41
|
description: 'Base branch',
|
43
|
-
is_string: true
|
42
|
+
is_string: true,
|
43
|
+
default_value: 'develop'
|
44
44
|
),
|
45
45
|
FastlaneCore::ConfigItem.new(
|
46
46
|
key: :head_branch,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-stream_actions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.60
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GetStream
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-08-
|
11
|
+
date: 2024-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: xctest_list
|