fastlane-plugin-better_semantic_release 2.0.18 → 2.0.19
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: 61df3dbe3d4ef4c54ad3c46fc2c734e390f4bb97d401ffd9a272a8ad4e38f903
|
4
|
+
data.tar.gz: 8c357041c51f2016940f5b10cdd7bed7cca5e60704cd079fa4bd6a766f92eb50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac4df8e9445df3ac2c7bc5382632615439d44efe2d3b81474aa100b77a2ed26aa11612079c3708af0af6354ecdaaed5ae777a876715cb2a31cc4d6314fcaeb39
|
7
|
+
data.tar.gz: 2140af3c4b40ee5c3c702963b616fe8d91cbc705b0dcf9ed820a246b9843276e725df7cf9bed9ae194ed4be6cb8a6f0adfba31240ce44594eafad5f2df9e8515
|
@@ -205,7 +205,8 @@ module Fastlane
|
|
205
205
|
end
|
206
206
|
|
207
207
|
def self.is_codepush_friendly(params)
|
208
|
-
git_command = "git rev-list --max-parents
|
208
|
+
git_command = "git rev-list --max-parents=0 #{params[:start_hash]} HEAD"
|
209
|
+
UI.message("git rev-list --max-parents=0 #{params[:start_hash]} HEAD | wc -l")
|
209
210
|
# Begining of the branch is taken for codepush analysis
|
210
211
|
hash_lines = Actions.sh("#{git_command} | wc -l", log: params[:debug]).chomp
|
211
212
|
hash = Actions.sh(git_command, log: params[:debug]).chomp
|
@@ -1 +1 @@
|
|
1
|
-
module Fastlane module BetterSemanticRelease VERSION = "2.0.
|
1
|
+
module Fastlane module BetterSemanticRelease VERSION = "2.0.19" end end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-better_semantic_release
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.19
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tom Greco
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-04-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|