io.github.arthurstrokov.gitReleasePlugin
Owner: Arthur Strokov
Plugin for creating git tag for release control
https://github.com/arthurstrokov/git-release-plugin
Sources: https://github.com/arthurstrokov/git-release-plugin
Version 1.0
1.0
Created 24 April 2022.
Plugin for creating git tag for release control
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.arthurstrokov.gitReleasePlugin") version "1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.arthurstrokov:plugin:1.0") } } apply(plugin = "io.github.arthurstrokov.gitReleasePlugin")
- Applying plugins to all subprojects .