fastlane-plugin-stream_actions 0.3.34 → 0.3.35

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: 551be67fcf9e6c22cd8cc6fbf25d0c3ca45c2639105532f562de8d1bef8ed46c
4
- data.tar.gz: 5b89195b7bfd9ee84a1dc4c0156bb14efff2108b9cb1c02c74180ba33f86baf2
3
+ metadata.gz: 36d2e9394eba6e29801183387007acb61a941f6fa4c1f5c340e30f10b44c56de
4
+ data.tar.gz: 5d0994b8fdcdc2a2b6614dc8dca0a3c4d20c77115dbbfd47838d958bd51def0b
5
5
  SHA512:
6
- metadata.gz: d9d2413d457f6ac7981ea22e6d9ab68934c0ab00b7cfa29fcd860d8d02f61a7cf91757ca7ff13f418f46ffb7f8e595a844c48ae546efca348b4b193da373a1ce
7
- data.tar.gz: d9ef89c4552f0fc3a2a3a2db2cabb0523ff0355488af8a146fe75e531649611f17772fcdec57719604b1207a64c4c1e2bc7c44d08c27198543bf610fcd472771
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
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module StreamActions
3
- VERSION = '0.3.34'
3
+ VERSION = '0.3.35'
4
4
  end
5
5
  end
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.34
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-02 00:00:00.000000000 Z
11
+ date: 2024-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xctest_list