File tree Expand file tree Collapse file tree 6 files changed +233
-56
lines changed
tools/json_generator/output/SystemServices Expand file tree Collapse file tree 6 files changed +233
-56
lines changed Original file line number Diff line number Diff line change 51
51
# Extract version from PR description
52
52
PR_DESC="${{ github.event.pull_request.body }}"
53
53
# Get top tag from CHANGELOG.md
54
- TOP_TAG=$(grep -m 1 -oP '^##\s+ \K[0-9]+\.[0-9]+\.[0-9 ]+' CHANGELOG.md)
54
+ TOP_TAG=$(grep -m 1 -oP '^#### \[ \K[^\] ]+' CHANGELOG.md)
55
55
if [[ -z "$TOP_TAG" ]]; then
56
56
echo "No version found in CHANGELOG.md!"
57
57
exit 1
Original file line number Diff line number Diff line change @@ -4,10 +4,28 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
7
+ #### [ 1.15.6] ( https://github.com/rdkcentral/entservices-apis/compare/1.15.5...1.15.6 )
8
+
9
+ - RDKEMW-7752: Update SystemServices plugin document [ ` #495 ` ] ( https://github.com/rdkcentral/entservices-apis/pull/495 )
10
+ - Merge tag '1.15.5' into develop [ ` e55fd7a ` ] ( https://github.com/rdkcentral/entservices-apis/commit/e55fd7a8fb116d347613e5388b09020e4017a9d8 )
11
+
12
+ #### [ 1.15.5] ( https://github.com/rdkcentral/entservices-apis/compare/1.15.4...1.15.5 )
13
+
14
+ > 3 September 2025
15
+
16
+ - RDKEMW-4778: Update component-release.yml [ ` #493 ` ] ( https://github.com/rdkcentral/entservices-apis/pull/493 )
17
+ - RDKEMW-6331 : Fix HdmiCecSink COM-RPC issues [ ` #438 ` ] ( https://github.com/rdkcentral/entservices-apis/pull/438 )
18
+ - 1.15.5 release changelog updates [ ` dfb4af9 ` ] ( https://github.com/rdkcentral/entservices-apis/commit/dfb4af961964e023f64d8844952399758f5f07f7 )
19
+ - Merge tag '1.15.4' into develop [ ` 0ed0803 ` ] ( https://github.com/rdkcentral/entservices-apis/commit/0ed08034220babc9b0b6d66a747b63b8b9ec10c6 )
20
+ - Updating the existing HdmiCecSinkPlugin.md file with new API and Event [ ` 1d5fe4b ` ] ( https://github.com/rdkcentral/entservices-apis/commit/1d5fe4b505c11c660989fe9ab3d39549139955d5 )
21
+
7
22
#### [ 1.15.4] ( https://github.com/rdkcentral/entservices-apis/compare/1.15.3...1.15.4 )
8
23
24
+ > 2 September 2025
25
+
9
26
- RDKEMW-4778 : Update the regex for getting the latest tag [ ` #489 ` ] ( https://github.com/rdkcentral/entservices-apis/pull/489 )
10
27
- Update component-release.yml [ ` #488 ` ] ( https://github.com/rdkcentral/entservices-apis/pull/488 )
28
+ - 1.15.4 release changelog updates [ ` 179cfea ` ] ( https://github.com/rdkcentral/entservices-apis/commit/179cfead254c0ecddc232d8b093ba6d43c9638ef )
11
29
- Merge tag '1.15.3' into develop [ ` 352f37f ` ] ( https://github.com/rdkcentral/entservices-apis/commit/352f37f98ea69ffb6eee6e036cfa7788ee45c64e )
12
30
13
31
#### [ 1.15.3] ( https://github.com/rdkcentral/entservices-apis/compare/1.15.2...1.15.3 )
You can’t perform that action at this time.
0 commit comments