Skip to content

ci: auto-create GitHub release on tag push#15

Merged
BeadW merged 1 commit into
mainfrom
ci/auto-release
Jun 16, 2026
Merged

ci: auto-create GitHub release on tag push#15
BeadW merged 1 commit into
mainfrom
ci/auto-release

Conversation

@BeadW

@BeadW BeadW commented Jun 16, 2026

Copy link
Copy Markdown
Owner

Summary

Adds a release.yml workflow that fires whenever a v* tag is pushed. It creates a GitHub release automatically using --generate-notes to pull in commit messages and PR titles since the previous tag.

New release flow

# bump version in pyproject.toml + plugin.json, merge to main, then:
git tag v0.3.3
git push origin v0.3.3
# → workflow fires, release created automatically

🤖 Generated with Claude Code

@BeadW
BeadW merged commit 314f81e into main Jun 16, 2026
2 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.

1 participant