2.3.0
版本发布时间: 2015-10-14 04:30:26
researchgate/gradle-release最新发布版本:3.0.2(2022-09-09 20:01:49)
New Features
- COMMON: Possibility to use the release plugin in multiprojects where each project has its own version (#116, thanks christierney)
- see the example
- GIT: Option
pushToBranchPrefix
can now be set to specify a remote branch prefix when committing next version (#140, #113, thanks muryoh)
Changes
- COMMON: The plugin now emits warnings when setting deprecated configuration or cli options
Bugfixes
- COMMON: Fixed internal bug in Executor not overwriting environment variables as expected (#135, thanks ddimtirov)
- COMMON: Fix bug with projects that do not yet have a property file created (#123, thanks dodgex)
- COMMON: Fix bug with release failing when using --parallel option for gradle (#60, thanks tschulte)
- GIT: The option
pushToCurrentBranch
is deprecated, as it was simply unnecessary and can be safely removed