File tree Expand file tree Collapse file tree 3 files changed +29
-9
lines changed
lib/fastlane/plugin/wpmreleasetoolkit Expand file tree Collapse file tree 3 files changed +29
-9
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,27 @@ _None_
10
10
11
11
### New Features
12
12
13
- * Add option to skip updating ` Deliverfile ` when creating a new hotfix version ( ` ios_bump_version_hotfix ` ) [ # 287 ]
13
+ _ None _
14
14
15
15
### Bug Fixes
16
16
17
- * Fixes a bug that was breaking the ` promo_screenshots ` helper [ #276 ]
18
- * Fix crashes in actions dealing with hotfixes. [ #288 ]
17
+ _ None_
19
18
20
19
### Internal Changes
21
20
22
21
_ None_
23
22
23
+ ## 1.4.0
24
+
25
+ ### New Features
26
+
27
+ * Add option to skip updating ` Deliverfile ` when creating a new hotfix version (` ios_bump_version_hotfix ` ) [ #287 ]
28
+
29
+ ### Bug Fixes
30
+
31
+ * Fixes a bug that was breaking the ` promo_screenshots ` helper [ #276 ]
32
+ * Fix crashes in actions dealing with hotfixes. [ #288 ]
33
+
24
34
## 1.3.1
25
35
26
36
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- fastlane-plugin-wpmreleasetoolkit (1.3.1 )
4
+ fastlane-plugin-wpmreleasetoolkit (1.4.0 )
5
5
activesupport (~> 5 )
6
6
bigdecimal (~> 1.4 )
7
7
chroma (= 0.2.0 )
122
122
danger
123
123
rubocop (~> 1.0 )
124
124
declarative (0.0.20 )
125
+ diff-lcs (1.4.4 )
125
126
diffy (3.4.0 )
126
127
digest-crc (0.6.3 )
127
128
rake (>= 12.0.0 , < 14.0.0 )
259
260
method_source (0.9.2 )
260
261
mini_magick (4.11.0 )
261
262
mini_mime (1.1.0 )
262
- mini_portile2 (2.5.3 )
263
263
minitest (5.14.4 )
264
264
molinillo (0.6.6 )
265
265
multi_json (1.15.0 )
269
269
naturally (2.2.1 )
270
270
netrc (0.11.0 )
271
271
no_proxy_fix (0.1.2 )
272
- nokogiri (1.11.7 )
273
- mini_portile2 (~> 2.5.0 )
272
+ nokogiri (1.11.7-x86_64-darwin )
274
273
racc (~> 1.4 )
275
274
octokit (4.21.0 )
276
275
faraday (>= 0.9 )
306
305
rexml (3.2.5 )
307
306
rmagick (4.2.2 )
308
307
rouge (2.0.7 )
308
+ rspec (3.10.0 )
309
+ rspec-core (~> 3.10.0 )
310
+ rspec-expectations (~> 3.10.0 )
311
+ rspec-mocks (~> 3.10.0 )
309
312
rspec-core (3.10.1 )
310
313
rspec-support (~> 3.10.0 )
314
+ rspec-expectations (3.10.1 )
315
+ diff-lcs (>= 1.2.0 , < 2.0 )
316
+ rspec-support (~> 3.10.0 )
317
+ rspec-mocks (3.10.2 )
318
+ diff-lcs (>= 1.2.0 , < 2.0 )
319
+ rspec-support (~> 3.10.0 )
311
320
rspec-support (3.10.2 )
312
321
rspec_junit_formatter (0.4.1 )
313
322
rspec-core (>= 2 , < 4 , != 2.12.0 )
@@ -396,6 +405,7 @@ DEPENDENCIES
396
405
fastlane-plugin-wpmreleasetoolkit !
397
406
pry (~> 0.12.2 )
398
407
rmagick (~> 4.1 )
408
+ rspec
399
409
rspec_junit_formatter (~> 0.4.1 )
400
410
rubocop (~> 1.0 )
401
411
rubocop-require_tools (~> 0.1.2 )
@@ -405,4 +415,4 @@ DEPENDENCIES
405
415
yard
406
416
407
417
BUNDLED WITH
408
- 2.2.23
418
+ 2.2.24
Original file line number Diff line number Diff line change 1
1
module Fastlane
2
2
module Wpmreleasetoolkit
3
- VERSION = '1.3.1 '
3
+ VERSION = '1.4.0 '
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments