File tree Expand file tree Collapse file tree 3 files changed +17
-12
lines changed
lib/fastlane/plugin/wpmreleasetoolkit Expand file tree Collapse file tree 3 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,22 @@ _None_
10
10
11
11
### New Features
12
12
13
+ _ None_
14
+
15
+ ### Bug Fixes
16
+
17
+ _ None_
18
+
19
+ ### Internal Changes
20
+
21
+ _ None_
22
+
23
+ ## 9.1.0
24
+
25
+ ### New Features
26
+
13
27
- Adds ` AppVersion ` and ` BuildCode ` models that can be used by version actions. [ #512 ]
14
- - Adds version calculator and formatter classes that can be used with the ` AppVersion ` and ` BuildCode ` models. [ #512 ]
15
- - Adds methods for writing values to ` xcconfig ` files using the ` Xcodeproj ` gem. [ #512 ]
28
+ - Adds calculator and formatter classes that can be used with the ` AppVersion ` and ` BuildCode ` models. [ #512 ]
16
29
- Renamed ` addbranchprotection ` to ` set_branch_protection ` , and allow it to provide additional optional protection
17
30
settings to set/update on the target branch (like ` lock_branch ` , ` required_ci_checks ` , etc).
18
31
The ` addbranchprotection ` action name still exists for backward compatibility for now (with a deprecation notice),
@@ -22,14 +35,6 @@ _None_
22
35
but it will be removed in a future major release. [ #513 ]
23
36
- Added ` copy_branch_protection ` action to replicate the branch protection settings of one branch onto another. [ #513 ]
24
37
25
- ### Bug Fixes
26
-
27
- _ None_
28
-
29
- ### Internal Changes
30
-
31
- _ None_
32
-
33
38
## 9.0.1
34
39
35
40
### 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 (9.0.1 )
4
+ fastlane-plugin-wpmreleasetoolkit (9.1.0 )
5
5
activesupport (>= 6.1.7.1 )
6
6
buildkit (~> 1.5 )
7
7
chroma (= 0.2.0 )
Original file line number Diff line number Diff line change 2
2
3
3
module Fastlane
4
4
module Wpmreleasetoolkit
5
- VERSION = '9.0.1 '
5
+ VERSION = '9.1.0 '
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments