create-release-workflow

Installation
SKILL.md

Release Workflow

Overview

Standardized release process: draft CHANGELOG entry → git tag → GitHub release → update README → commit.

See CHANGELOG.md.

Version Prompting

Before starting the process, determine the next version:

git describe --tags --abbrev=0

This prints the latest tag (e.g., v0.1.0). Decide the bump type:

Installs
1
GitHub Stars
6
First Seen
Jun 1, 2026
create-release-workflow — mhenke/john-ousterhout-skills