uk.co.developmentanddinosaurs.git-versioner
Owner: Sean O'Toole
Automatically version a project based on commit messages and semantic versioning principles
https://github.com/development-and-dinosaurs/gradle-git-versioner
Sources: https://github.com/development-and-dinosaurs/gradle-git-versioner
Version 2.0.1 (latest)
2.0.1
Created 14 December 2023.
Automatically version a project based on commit messages and semantic versioning principles
Add this plugin to your build using the plugins DSL:
plugins {
id("uk.co.developmentanddinosaurs.git-versioner") version "2.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("uk.co.developmentanddinosaurs:gradle-git-versioner:2.0.1") } } apply(plugin = "uk.co.developmentanddinosaurs.git-versioner")
- Applying plugins to all subprojects .