diff --git a/.github/workflows/component-release-finish-on-approval.yml b/.github/workflows/component-release-finish-on-approval.yml index 2050a947..27720f6f 100755 --- a/.github/workflows/component-release-finish-on-approval.yml +++ b/.github/workflows/component-release-finish-on-approval.yml @@ -19,7 +19,7 @@ jobs: github.event.review.state == 'approved' && github.event.pull_request.base.ref == 'develop' && startsWith(github.event.pull_request.head.ref, 'release/') - runs-on: comcast-ubuntu-latest + runs-on: ubuntu-latest env: REPO: ${{ github.repository }} ACTOR: ${{ github.event.review.user.login }} diff --git a/.github/workflows/component-release.yml b/.github/workflows/component-release.yml index 54cada20..01913c2b 100755 --- a/.github/workflows/component-release.yml +++ b/.github/workflows/component-release.yml @@ -36,7 +36,7 @@ concurrency: jobs: release: - runs-on: comcast-ubuntu-latest + runs-on: ubuntu-latest env: RELEASE_VERSION: ${{ github.event.inputs.release_version }} RELEASE_TYPE: ${{ github.event.inputs.release_type }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 47c75f36..18daf89a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [6.0.0](https://github.com/rdkcentral/sysint/compare/5.1.0...6.0.0) +#### [6.0.1](https://github.com/rdkcentral/sysint/compare/6.0.0...6.0.1) + +- RDKE-1065: Using ubuntu-latest runner for release workflow [`#557`](https://github.com/rdkcentral/sysint/pull/557) +- Merge tag '6.0.0' into develop [`e96c345`](https://github.com/rdkcentral/sysint/commit/e96c34560bc16714dec958463ebf64772902f45d) + +### [6.0.0](https://github.com/rdkcentral/sysint/compare/5.1.0...6.0.0) + +> 29 June 2026 - RDKE-1065: Automated Component Release workflow [`#553`](https://github.com/rdkcentral/sysint/pull/553) +- 6.0.0 release changelog updates [`58e2d19`](https://github.com/rdkcentral/sysint/commit/58e2d19f3d246800212a97f5bd95aeeb923fa4be) - Merge tag '5.1.0' into develop [`4e51a4f`](https://github.com/rdkcentral/sysint/commit/4e51a4f92b24157d5062264fde85c9469242494f) #### [5.1.0](https://github.com/rdkcentral/sysint/compare/5.0.2...5.1.0)