تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآنrelease-gen
Automatic semantic versioning and git tags. Use when releasing versions.
النجوم١
التفرعات٠
آخر تحديث١٦ يونيو ٢٠٢٦ في ١٩:١٤
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.