Skip to content

feat: create git version tags on publish#14

Merged
yfridelance merged 1 commit into
developfrom
feat/git-version-tags
Feb 26, 2026
Merged

feat: create git version tags on publish#14
yfridelance merged 1 commit into
developfrom
feat/git-version-tags

Conversation

@yfridelance
Copy link
Copy Markdown
Owner

Summary

  • Adds automatic git tag creation after successful PSGallery publish
  • PreRelease (develop push): tags like v0.2.0-preview27
  • Release (main push): tags like v0.2.0
  • Adds permissions: contents: write to build-and-publish job for tag push access
  • Tags are annotated (git tag -a) with release message

Test plan

  • CI passes on all 3 test jobs
  • Merge to develop → verify v0.2.0-previewN tag appears in repo tags
  • Future merge to main → verify v0.2.0 tag appears

🤖 Generated with Claude Code

Add automatic git tagging after PSGallery publish:
- PreRelease (develop): v0.2.0-preview27
- Release (main): v0.2.0

Adds contents: write permission to build-and-publish job.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@yfridelance yfridelance merged commit f47ac49 into develop Feb 26, 2026
4 checks passed
@yfridelance yfridelance deleted the feat/git-version-tags branch February 26, 2026 17:45
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