release-gen
✓Verified·Scanned 2/18/2026
Generate semantic version bumps and git tags from commit history. Use when preparing a release.
from clawhub.ai·v9570e37·42.7 KB·0 installs
Scanned from 1.0.1 at 9570e37 · Transparency log ↗
$ vett add clawhub.ai/lxgicstudios/release-gen
ai-release
Automatic semantic versioning, release notes, and git tags. Reads your commits and figures out the rest.
Install
npm install -g ai-release
Usage
npx ai-release
# → minor bump: v1.2.0 → v1.3.0
# → Creates annotated tag with release notes
npx ai-release --dry-run
# → Preview the bump and notes without tagging
npx ai-release --no-tag
# → Generate notes without creating a git tag
Setup
export OPENAI_API_KEY=sk-...
License
MIT