Skip to content

chore: add script to update tag#26

Merged
Mark Matyas (mynameistechno) merged 2 commits into
qualcomm:mainfrom
njjetha:update-tag
Apr 29, 2026
Merged

chore: add script to update tag#26
Mark Matyas (mynameistechno) merged 2 commits into
qualcomm:mainfrom
njjetha:update-tag

Conversation

@njjetha

Copy link
Copy Markdown
Contributor

Summary

  • Add update-major-tag.yml: a new workflow that automatically force-updates the floating major version tag (e.g. v2) to point to the latest semver release commit (e.g. v2.1.0) whenever a GitHub Release is published.

@njjetha Neeraj Jetha (njjetha) changed the title Add Script to update Tag chore: add script to update tag Feb 25, 2026
Comment thread .github/workflows/update-major-tag.yml Outdated

steps:
- name: Checkout repository
uses: actions/checkout@v3

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This old!

Add a workflow that automatically force-updates the
floating major version tag (e.g. v2) to point to
the latest semver release commit (e.g. v2.1.0)
whenever a GitHub Release is published.

The workflow extracts the major version from the
release tag and force-recreates the floating tag
at the release commit SHA. Callers can pin to a
major version tag and receive patch and minor
updates automatically.

Signed-off-by: Neeraj Jetha <njetha@qti.qualcomm.com>
update checkout tag from v3 to v6

Signed-off-by: Neeraj Jetha <njetha@qti.qualcomm.com>
@mynameistechno Mark Matyas (mynameistechno) merged commit 4fc2710 into qualcomm:main Apr 29, 2026
10 checks passed
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.

2 participants