create-github-release
Installation
SKILL.md
Create GitHub Release
Create a tagged GitHub release with release notes and optional artifacts.
When to Use
- Marking a stable version of software for distribution
- Publishing a new version of a library or application
- Creating release notes for stakeholders
- Distributing build artifacts (binaries, tarballs)
Inputs
- Required: Version number (semantic versioning)
- Required: Summary of changes since last release
- Optional: Build artifacts to attach
- Optional: Whether this is a pre-release
Procedure
Related skills