A Gradle plugin for automating semantic versioning in SCM-centric workflows: it computes version from Git tags, manages SNAPSHOT suffixes, performs tagging, and handles version bumps—streamlining release processes.
Features
- Infers version using nearest SCM tag per Semantic Versioning
- Automatically adds SNAPSHOT for untagged commits
- Creates and pushes version tags
- Supports monorepo and subproject workflows
- Fully configurable via scmVersion {} block
- Lombok-free, lightweight, and actively maintained
