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_
1010
1111### New Features
1212
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_
1514
1615### Bug Fixes
1716
18- - Remove period from "Update draft release notes..." commit message [ # 622 ]
17+ _ None _
1918
2019### Internal Changes
2120
2221_ None_
2322
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+
2434## 12.3.4
2535
2636### Bug Fixes
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- fastlane-plugin-wpmreleasetoolkit (12.3.4 )
4+ fastlane-plugin-wpmreleasetoolkit (12.4.0 )
55 activesupport (>= 6.1.7.1 )
66 buildkit (~> 1.5 )
77 chroma (= 0.2.0 )
Original file line number Diff line number Diff line change 22
33module Fastlane
44 module Wpmreleasetoolkit
5- VERSION = '12.3.4 '
5+ VERSION = '12.4.0 '
66 end
77end
You can’t perform that action at this time.
0 commit comments