fastlane-plugin-stream_actions 0.3.34 → 0.3.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36d2e9394eba6e29801183387007acb61a941f6fa4c1f5c340e30f10b44c56de
|
4
|
+
data.tar.gz: 5d0994b8fdcdc2a2b6614dc8dca0a3c4d20c77115dbbfd47838d958bd51def0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a408b1ef0525eff7d5d941cc9448c8e1e834d88c8fe58a3d8f0bef8f69eaa26eb97d57efc993135098ae269a94649321530b3d936a7d97d5298a16f517e9650
|
7
|
+
data.tar.gz: ecb1afeca948b69ca3eb181b337d3fa737d88571bf37bc35b87187f4011fe4aa5068d9324ac3d876cc141caeb00ecee4851d950c8e5db67e6e6fd78d967bb8e8
|
@@ -70,11 +70,7 @@ module Fastlane
|
|
70
70
|
|
71
71
|
def self.commit_changes(version_number)
|
72
72
|
sh("git add -A")
|
73
|
-
UI.user_error!("Not committing changes") unless other_action.prompt(text: "Will commit changes. All looking good?", boolean: true)
|
74
|
-
|
75
73
|
sh("git commit -m 'Bump #{version_number}'")
|
76
|
-
UI.user_error!("Not pushing changes") unless other_action.prompt(text: "Will push changes. All looking good?", boolean: true)
|
77
|
-
|
78
74
|
other_action.push_to_git_remote(tags: false)
|
79
75
|
end
|
80
76
|
|
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.35
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GetStream
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-05-
|
11
|
+
date: 2024-05-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: xctest_list
|