fastlane-plugin-stream_actions 0.3.28 → 0.3.30

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: 3ae6d4dd83c04683805108941a381eefc6268ba0bf28b0f34a466fadffc99601
4
- data.tar.gz: bf6a1ca5024b4a04c7b453746d6f40e1c9cf1663b4d37b368b14ee257f7f887b
3
+ metadata.gz: a93952d6963df69d20fd5e400d692a1d65ec135dfc60a42b7d3be2b8eb75c551
4
+ data.tar.gz: 3561527ab1ed1c56cbbaf14d5cc00394f3dc51d9d611743bbda1021593aa725a
5
5
  SHA512:
6
- metadata.gz: 88578debb74b83587fc9d52ba3afdcb7060dce892adb93abb4ecc81fad0fbaf9e8842695d5ec57d8a3c881a92a5bfdbb74f96d7dd40fa0a1ce5850d38960ceae
7
- data.tar.gz: c2d45512864e674fcb2c48bff261324219b9249f9cc0479f5b1159d8cf4064385b8a914f771fcf1f49db80ac37f66851466b1816a668d9304f728a716e4f698d
6
+ metadata.gz: 979ba7c63874079c067a5f70df3a5b8311ca36630ad9a5873f5dd958c2ad1335ab579ab22e4d21f2adb9c68508149e9f5ce2aa340cb869fd7896b49a7f5d059e
7
+ data.tar.gz: 6b85b215b1b167e150b2354ffc5a41cb397099154c849258168d847d9c25b97426de10b5a3c07f42596a5464bb30a321a0237885728793d27cddda28ea42687c
@@ -12,10 +12,7 @@ module Fastlane
12
12
  ensure_everything_is_set_up(params)
13
13
  ensure_release_tag_is_new(version_number)
14
14
 
15
- changes = other_action.read_changelog(
16
- version: version_number,
17
- changelog_path: params[:changelog_path]
18
- )
15
+ changes = params[:changelog] || other_action.read_changelog(version: version_number, changelog_path: params[:changelog_path])
19
16
 
20
17
  release_details = other_action.set_github_release(
21
18
  repository_name: params[:github_repo],
@@ -96,6 +93,12 @@ module Fastlane
96
93
  is_string: true,
97
94
  default_value: './CHANGELOG.md'
98
95
  ),
96
+ FastlaneCore::ConfigItem.new(
97
+ key: :changelog,
98
+ description: 'Static changelog',
99
+ is_string: true,
100
+ optional: true
101
+ ),
99
102
  FastlaneCore::ConfigItem.new(
100
103
  key: :upload_assets,
101
104
  description: 'Path to assets to be uploaded with the release',
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module StreamActions
3
- VERSION = '0.3.28'
3
+ VERSION = '0.3.30'
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.28
4
+ version: 0.3.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - GetStream
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-08 00:00:00.000000000 Z
11
+ date: 2024-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xctest_list