fastlane-plugin-stream_actions 0.1.11 → 0.1.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fastlane/plugin/stream_actions/actions/is_check_required.rb +0 -2
- data/lib/fastlane/plugin/stream_actions/actions/pod_push_safely.rb +0 -2
- data/lib/fastlane/plugin/stream_actions/actions/read_changelog.rb +1 -1
- data/lib/fastlane/plugin/stream_actions/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c23c0e7acb8b64508b6dd9b61106f03421146353e2937eed53110eb5725b1e9d
|
4
|
+
data.tar.gz: 56ac3976b5c6cf39d28bd9836ad310fc684b607a470418901bf9e8adcd1e5137
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 685c33fca52dc107965782c137b6f27427c628e95763bd21b32c5bc6fd36ddb5c922056029d2fda0a449bd2931b0e1b6e8ab1f09bf5656eadc8af959d70c4bc7
|
7
|
+
data.tar.gz: 83d1e564c0eab9fabf3887a153b60f0545678cae978c91156c40597e7f0b12f286a06e06d24bfda0bf6f9488d8871f38aee1c7740a00d227087db8857465d633
|
@@ -7,7 +7,7 @@ module Fastlane
|
|
7
7
|
UI.message("Getting changelog for #{params[:version]}")
|
8
8
|
reading_changelog = false
|
9
9
|
changes = ''
|
10
|
-
changelog_lines = File.readlines(
|
10
|
+
changelog_lines = File.readlines(params[:changelog_path])
|
11
11
|
changelog_lines.each do |line|
|
12
12
|
start_token = '# ['
|
13
13
|
if reading_changelog
|