Skip to content

RDKEMW-18857 : Adding common component-release.yml.#56

Open
balav08 wants to merge 1 commit into
developfrom
feature/RDKEMW-18857
Open

RDKEMW-18857 : Adding common component-release.yml.#56
balav08 wants to merge 1 commit into
developfrom
feature/RDKEMW-18857

Conversation

@balav08

@balav08 balav08 commented Jun 26, 2026

Copy link
Copy Markdown

Reason for change: Adding common component-release.yml
file to build_tools_workflow as generic workflow file which
can be accessed from other entservices repos.
Test Procedure: refer ticket.
Risks: Medium
Priority: P2
version: Patch

Reason for change: Adding common component-release.yml file to
build_tools_workflow as generic workflow file which can be
accessed from other entservices repos.
Test Procedure: refer ticket.
Risks: Medium
Priority: P2
version: Patch

Signed-off-by: balaji velmurugan <balaji_velmurugan@comcast.com>
@balav08 balav08 requested a review from a team as a code owner June 26, 2026 08:32
Copilot AI review requested due to automatic review settings June 26, 2026 08:32

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a reusable GitHub Actions workflow (component-release.yml) intended to standardize “component release” automation across other entservices repositories by running a git-flow based release from a manually provided tag.

Changes:

  • Introduces a new workflow_dispatch + workflow_call workflow to run git-flow release start/finish and push tags/branches.
  • Installs and runs git-flow and auto-changelog to generate and commit CHANGELOG.md during release.
  • Uses an SSH deploy key secret to perform git operations (checkout/push).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +30 to +35
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
ssh-key: ${{ secrets.RDKCM_DEPLOY_KEY }}

Comment on lines +72 to +76
git flow release start $RELEASE_VERSION
auto-changelog -v $RELEASE_VERSION
git add CHANGELOG.md
git commit -m "$RELEASE_VERSION release changelog updates"
git flow release publish
- name: Finish release and push (default git-flow messages)
run: |
set -e
git flow release finish -m "$RELEASE_VERSION release" $RELEASE_VERSION
Comment on lines +89 to +90
git tag -d $RELEASE_VERSION || true
git push origin :refs/tags/$RELEASE_VERSION || true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants