Skip to content

feat(skills): add ama-logs-tag-release skill#1706

Open
zanejohnson-azure wants to merge 2 commits into
ci_prodfrom
zanejohnson-azure/add-tag-release-skill
Open

feat(skills): add ama-logs-tag-release skill#1706
zanejohnson-azure wants to merge 2 commits into
ci_prodfrom
zanejohnson-azure/add-tag-release-skill

Conversation

@zanejohnson-azure
Copy link
Copy Markdown
Contributor

Adds .github/skills/ama-logs-tag-release/SKILL.md documenting how to create and push the release git tag (e.g. 3.4.0) on the merge commit of the release-notes PR.

Mirrors the lightweight-tag convention used by 3.3.0 and 3.4.0. Companion to the ama-logs-update-charts-release-notes skill — that one ships the PR; this one tags it after merge.

Covers:

  • Verifying the release PR is merged into ci_prod
  • Confirming the merge commit is an ancestor of origin/ci_prod
  • Matching the prior release's tag style (lightweight vs annotated)
  • Pushing only refs/tags/<VERSION> (never --tags)
  • Guardrails: no v prefix, never force-push existing release tags, never tag from an un-merged PR

Skill file only — no production code changes.

Documents how to create and push the release tag (e.g. 3.4.0) on the
merge commit of the release-notes PR, following the lightweight-tag
convention used by 3.3.0 and 3.4.0.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@zanejohnson-azure zanejohnson-azure requested a review from a team as a code owner June 3, 2026 22:23
The documented manual procedure uses `git tag -a` (annotated) and
follows up with a GitHub Release draft using auto-generated notes against
the previous prod tag. The earlier version of this skill incorrectly
defaulted to lightweight tags and stopped after pushing the tag.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.

1 participant