Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기release-gen
Automatic semantic versioning and git tags. Use when releasing versions.
스타1
포크0
업데이트2026년 6월 16일 19:14
SKILL.md
readonly메뉴
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.