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.