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:

Installs
1
GitHub Stars
1
First Seen
Jun 19, 2026
release — minitap-ai/minitest-cli