Gradle plugin to provide automation and standardization for maintaining project version in git tag as well as providing automation and standardization for publishing releases to GitHub
Gradle plugin to provide automation and standardization for maintaining project version in git tag as well as providing automation and standardization for publishing releases to GitHub
To use this plugin, the following buildscript repositories and dependencies must be configured:
buildscript {
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.github.warlordofmars:gradle-release-helper:release-0.1.3'
}
}
Then to apply the plugin:
apply plugin: 'com.github.warlordofmars.gradle.release'
Versioning on this project is applied automatically on all changes using the axion-release-plugin. Git tags are created for all released versions, and all available released versions can be viewed in the Releases section of this project.
This project is licensed under the MIT License - see the LICENSE.md file for details