File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
lib/fastlane/plugin/wpmreleasetoolkit/actions/ios Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
### Breaking Changes
8
8
9
- - Propose to retry when ` gp_downloadmetadata ` receives a ` 429 - Too Many Requests ` error. [ # 406 ]
9
+ _ None _
10
10
11
11
### New Features
12
12
13
- _ None _
13
+ - Propose to retry when ` gp_downloadmetadata ` receives a ` 429 - Too Many Requests ` error. [ # 406 ]
14
14
15
15
### Bug Fixes
16
16
17
17
- Update the URL used by ` gp_downloadmetadata ` to prevent consistent ` 301 ` responses. [ #406 ]
18
18
19
19
### Internal Changes
20
20
21
- _ None _
21
+ - Remove call to ` rake dependencies:pod:clean ` from ` ios_build_preflight ` [ # 407 ]
22
22
23
23
## 5.4.0
24
24
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ def self.run(params)
33
33
raise
34
34
end
35
35
36
- Action . sh ( 'rake dependencies:pod:clean' )
37
36
other_action . cocoapods ( )
38
37
end
39
38
You can’t perform that action at this time.
0 commit comments