@lxgicstudios/ai-release
v1.0.0
Published
Generate semantic version bumps, release notes, and git tags using AI
Maintainers
Readme
ai-release
Automatic semantic versioning, release notes, and git tags. Reads your commits and figures out the rest.
Install
npm install -g ai-releaseUsage
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 tagSetup
export OPENAI_API_KEY=sk-...License
MIT
