项目作者: warlordofmars

项目描述 :
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
高级语言: Groovy
项目地址: git://github.com/warlordofmars/gradle-release-helper.git
创建时间: 2019-02-01T19:43:37Z
项目社区:https://github.com/warlordofmars/gradle-release-helper

开源协议:MIT License

下载


gradle-release-helper

latest jitpack release

Overview

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

Setup

To use this plugin, the following buildscript repositories and dependencies must be configured:

  1. buildscript {
  2. repositories {
  3. maven { url 'https://jitpack.io' }
  4. }
  5. dependencies {
  6. classpath 'com.github.warlordofmars:gradle-release-helper:release-0.1.3'
  7. }
  8. }

Then to apply the plugin:

  1. apply plugin: 'com.github.warlordofmars.gradle.release'

Versioning

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.

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments