gradle-release-plugin icon indicating copy to clipboard operation
gradle-release-plugin copied to clipboard

Add `releasePatchVersion` task (identical to current `release` task)

Open netzwerg opened this issue 8 years ago • 0 comments

Currently, the following tasks exist:

  • release
  • releaseMinorVersion
  • releaseMajorVersion

The release task creates a patch release.

For consistency reasons, a releasePatchVersion task should be introduced. For backwards compatibility, release should be kept as an alias.

netzwerg avatar Jul 16 '16 06:07 netzwerg