File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed
lib/fastlane/plugin/wpmreleasetoolkit Expand file tree Collapse file tree 3 files changed +15
-5
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
- - Introduce new ` openai_ask ` action to get responses to a prompt/question from OpenAI API. [ #621 ]
14
- - Allow ` extract_release_notes_for_version ` to return the extracted release notes without saving to a file. [ #623 ]
13
+ _ None_
15
14
16
15
### Bug Fixes
17
16
18
- - Remove period from "Update draft release notes..." commit message [ # 622 ]
17
+ _ None _
19
18
20
19
### Internal Changes
21
20
22
21
_ None_
23
22
23
+ ## 12.4.0
24
+
25
+ ### New Features
26
+
27
+ - Introduce new ` openai_ask ` action to get responses to a prompt/question from OpenAI API. [ #621 ]
28
+ - Allow ` extract_release_notes_for_version ` to return the extracted release notes without saving to a file. [ #623 ]
29
+
30
+ ### Bug Fixes
31
+
32
+ - Remove period from "Update draft release notes..." commit message [ #622 ]
33
+
24
34
## 12.3.4
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 (12.3.4 )
4
+ fastlane-plugin-wpmreleasetoolkit (12.4.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 = '12.3.4 '
5
+ VERSION = '12.4.0 '
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments