com.javiersc.semver
Owner: Javier Segovia Córdoba
Manage project versions automatically with git tags
https://github.com/JavierSegoviaCordoba/semver-gradle-plugin
Sources: https://github.com/JavierSegoviaCordoba/semver-gradle-plugin
Version 0.8.0 (latest)
0.8.0
Created 09 October 2024.
Manage project versions automatically with git tags
Add this plugin to your build using the plugins DSL:
plugins {
id("com.javiersc.semver") version "0.8.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.javiersc.semver:semver-gradle-plugin:0.8.0") } } apply(plugin = "com.javiersc.semver")
- Applying plugins to all subprojects .