Automatic semantic versioning, release notes, and git tags. Reads your commits and figures out the rest.
npm install -g ai-releasenpx 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 tagexport OPENAI_API_KEY=sk-...MIT