Automatic Version Bumping
Analyze commit history using Conventional Commits and automatically determine semantic version bumps without manual intervention.
Compose the epic of your code, one release at a time

Managing versions in multi-module projects is painful:
Versu automates the entire versioning lifecycle:
# Install versu CLI
npm install -g @versu/cli
# Install a versu plugin for your ecosystem (e.g. Gradle)
npm install -g @versu/plugin-gradle
# Run versioning in your project
versu run
# That's it! versu will:
# ✓ Analyze your commits
# ✓ Bump versions automatically
# ✓ Update all dependencies
# ✓ Generate changelogs
# ✓ Ready to release!Versu is trusted by teams working with:
Ready to automate your versioning? Get started now →