Skip to content

Commit f4babcf

Browse files
authored
Merge branch 'develop' into topic/RDKEMW-6921
2 parents 4a4223a + c369a94 commit f4babcf

File tree

6 files changed

+233
-56
lines changed

6 files changed

+233
-56
lines changed

.github/workflows/component-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# Extract version from PR description
5252
PR_DESC="${{ github.event.pull_request.body }}"
5353
# 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)
5555
if [[ -z "$TOP_TAG" ]]; then
5656
echo "No version found in CHANGELOG.md!"
5757
exit 1

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,28 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

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+
722
#### [1.15.4](https://github.com/rdkcentral/entservices-apis/compare/1.15.3...1.15.4)
823

24+
> 2 September 2025
25+
926
- RDKEMW-4778 : Update the regex for getting the latest tag [`#489`](https://github.com/rdkcentral/entservices-apis/pull/489)
1027
- 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)
1129
- Merge tag '1.15.3' into develop [`352f37f`](https://github.com/rdkcentral/entservices-apis/commit/352f37f98ea69ffb6eee6e036cfa7788ee45c64e)
1230

1331
#### [1.15.3](https://github.com/rdkcentral/entservices-apis/compare/1.15.2...1.15.3)

0 commit comments

Comments
 (0)