Skip to content

chore: add script to update tag#26

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

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

Conversation

@njjetha
Copy link
Copy Markdown
Contributor

@njjetha njjetha commented Feb 25, 2026

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 njjetha self-assigned this Feb 25, 2026
@njjetha 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!

@njjetha njjetha force-pushed the update-tag branch 2 times, most recently from 79b8e31 to 6e1eeed Compare March 25, 2026 16:02
@njjetha njjetha requested a review from mynameistechno March 26, 2026 04:41
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 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