release
Installation
SKILL.md
Release minitest-cli
Process
1. Determine the next version
Fetch all existing tags and the commits since the latest tag:
git fetch --tags
git tag -l 'v*' --sort=-v:refname # find latest tag
git log <latest-tag>..HEAD --oneline # commits since last release
Apply semver rules to the commit list: