release
Installation
SKILL.md
Release
Guides the release of a new outport version. Runs pre-flight checks, determines the version, tags, and deploys docs.
Step 1 — Pre-flight
Verify master is clean and ready:
git checkout master
git pull
Check for uncommitted changes. If the working tree is dirty, stop and ask.
Run tests and lint: