在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用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.