release
Installation
SKILL.md
Release
Release workflow for publishing a new version to PyPI via GitHub Actions.
When to Use
- After feature work is complete and committed
- When asked to release, publish, or ship a new version
- When bumping to a new version number
Prerequisites
Before releasing:
- All work committed (clean working tree)
- On
mainbranch /code-reviewpassed/commitcompleted (CHANGELOG updated)