A Pure Gemini Extension (No-Code) that automates Semantic Versioning.
This extension empowers Gemini to act as a Release Manager, analyzing your commit history and calculating the next semantic version (Major, Minor, or Patch) entirely through LLM reasoning.
- Prompt-Based Logic: Uses the official SemVer spec to analyze commits.
- Zero Dependencies: No backend code or binaries.
- Smart Analysis: Detects
BREAKING CHANGE,feat, andfixpatterns. - 🏷️ Git Tagging: Creates annotated git tags automatically.
gemini extensions install https://github.com/jorelcb/git-versioning🔄 Updating:
gemini extensions install https://github.com/jorelcb/git-versioning| Command | Description |
|---|---|
/release |
🚀 Analyzes history, proposing and executing a version bump. |
Part of the Gemini Extensions Monorepo