Skip to content

Push the release tag explicitly in the bump workflow - #127

Merged
matthewhorridge merged 1 commit into
mainfrom
fix/bump-tag-push
Jul 9, 2026
Merged

Push the release tag explicitly in the bump workflow#127
matthewhorridge merged 1 commit into
mainfrom
fix/bump-tag-push

Conversation

@matthewhorridge

Copy link
Copy Markdown
Contributor

Summary

  • git push --follow-tags only pushes annotated tags, so the lightweight vX.Y.Z tag created by the bump workflow was silently never pushed (v0.1.1 had to be pushed by hand)
  • Push the tag ref explicitly alongside main instead

Test plan

  • This PR is deliberately unlabeled: its merge should bump 0.1.1 → 0.1.2 AND push the v0.1.2 tag, verifying the fixed path end to end

🤖 Generated with Claude Code

git push --follow-tags only pushes annotated tags, so the lightweight
vX.Y.Z tag created by the workflow was silently never pushed (v0.1.1
had to be pushed by hand). Push the tag ref explicitly alongside main.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@matthewhorridge
matthewhorridge merged commit 2972173 into main Jul 9, 2026
1 check passed
@matthewhorridge
matthewhorridge deleted the fix/bump-tag-push branch July 9, 2026 19:15
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