Code Monkey home page Code Monkey logo

gradle-release-plugin's People

Contributors

f2prateek avatar xaviertalpe avatar

Watchers

 avatar  avatar

gradle-release-plugin's Issues

Update README.MD with usage instructions

  • Explain how to import the plugin into the project.
  • Minimum Gradle version
  • Provide a clear description of the various tasks
  • Describe the current functionality

Allow push over SSH

Pushing over SSH currently throws an exception because the USERAUTH failed (jGit).

Allow user to specify credentials for SCM

Currently the commits to the SCM are using the system username/password.

It would be useful to allow users to explicitly specify the credentials to use:

release {
    scmUsername = 'user'
    scmPassword = 'password'
}

Allow user to specify (post) release version

When moving from a 1.2.0-SNAPSHOT to a 2.0.0-SNAPSHOT release, it can be useful if the user can pass in the 2.0.0-SNAPSHOT value from the command line (-PnextVersion=XXX). Otherwise, the user will have to manually change the 1.2.1-SNAPSHOT version in the gradle.properties file.

In the case of parameterized CI builds, the actual version to use for the release might also be used as input. We could probably use the existing -Pversion for that, but we need to test whether everything works correctly in that case.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.