Skip to content

feat: add automatic GitHub Release creation on promote to main#213

Merged
kevinmaes merged 3 commits intodevfrom
feature/github-releases
Dec 19, 2025
Merged

feat: add automatic GitHub Release creation on promote to main#213
kevinmaes merged 3 commits intodevfrom
feature/github-releases

Conversation

@kevinmaes
Copy link
Owner

Summary

  • Adds automatic GitHub Release creation when code is promoted to main branch
  • Creates version tags (v0.x.x) and populates release notes from CHANGELOG.md
  • Includes idempotency check to skip if tag already exists

Test plan

  • Merge this PR to dev
  • Merge the resulting Version Packages PR
  • Verify promote-to-main workflow creates a GitHub Release
  • Check the Releases section shows the new release with changelog content

🤖 Generated with Claude Code

Creates GitHub Releases with version tags and changelog content when
code is promoted to main branch. Includes idempotency check to skip
if tag already exists.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@changeset-bot
Copy link

changeset-bot bot commented Dec 19, 2025

🦋 Changeset detected

Latest commit: 8c81627

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
eggdrop Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Dec 19, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
eggdrop Ready Ready Preview, Comment Dec 19, 2025 2:52pm

Renames promote-to-main.yml to auto-promote-and-release.yml to better
reflect that it automatically triggers and creates GitHub Releases.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@kevinmaes kevinmaes merged commit c7e2fce into dev Dec 19, 2025
4 checks passed
@kevinmaes kevinmaes deleted the feature/github-releases branch December 19, 2025 14:54
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