DEVOPS-1054: Adding the tag upgrade file#168
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a GitHub Actions workflow intended to automatically keep vX and vX.Y tags up to date whenever a new semver release tag (vX.Y.Z) is pushed, supporting release/tag management automation in the repo.
Changes:
- Introduces a new workflow triggered on tag pushes.
- Validates that the pushed release tag is annotated.
- Force-moves/pushes major and minor tags (
vX,vX.Y) to the release commit.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…X/vX.Y Agent-Logs-Url: https://github.com/MiraGeoscience/CI-tools/sessions/84df6e30-3216-40ec-a915-3357cb5e0c6e Co-authored-by: RomFloreani <270727719+RomFloreani@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
DEVOPS-1054 - on CI-tools, upon push of vX.Y.Z tag, automatically move matching ligthweight tags vX and vX.Y