Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Startedrelease-gen
Automatic semantic versioning and git tags. Use when releasing versions.
Stars1
Forks0
UpdatedJune 16, 2026 at 19:14
SKILL.md
readonlyMenu
Automatic semantic versioning and git tags. Use when releasing versions.
| name | release-gen |
| description | Automatic semantic versioning and git tags. Use when releasing versions. |
Versioning by hand is error-prone. This tool reads your commits, determines the right version bump, and creates annotated tags.
One command. Zero config. Just works.
npx ai-release
# Create release
npx ai-release
# Preview without tagging
npx ai-release --dry-run
# Generate notes without tag
npx ai-release --no-tag
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.
npx ai-release --help
Reads git history since the last tag, analyzes commit messages to determine if changes are breaking, features, or fixes. Then bumps version accordingly and creates an annotated tag with release notes.
MIT. Free forever. Use it however you want.