Skip to content

Simplify release process to single step#7

Merged
waynebrantley merged 1 commit intomainfrom
simplify-release-process
Mar 9, 2026
Merged

Simplify release process to single step#7
waynebrantley merged 1 commit intomainfrom
simplify-release-process

Conversation

@waynebrantley
Copy link
Copy Markdown
Owner

Summary

  • Replace two-step release flow (release.sh + finalize-release.sh) with a single script that does everything: bump version, commit, tag, push, and create GitHub Release
  • Remove finalize-release.sh and .release-temp state files
  • Update /release skill to match

Why

The old flow required merging a separate PR just for a version bump, then manually running a finalize script. Now /release patch just works.

Replace the two-step release flow (release.sh + finalize-release.sh)
with a single script that bumps version, commits, tags, pushes, and
creates the GitHub Release all at once. Remove finalize-release.sh
and .release-temp state files. Update /release skill to match.
@waynebrantley waynebrantley merged commit abd692c into main Mar 9, 2026
1 check passed
@waynebrantley waynebrantley deleted the simplify-release-process branch March 9, 2026 21:39
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