Releases: gradle/wrapper-upgrade-gradle-plugin
Releases · gradle/wrapper-upgrade-gradle-plugin
0.12
- [NEW] Add options to specify labels, reviewers and assignees to be associated with the created pull request (#215)
- [NEW] Add link to release notes into commit description (#242)
- [NEW] Always sign off wrapper updates in the commit message (#230)
- [NEW] Do not create the PR if a closed one for the same version already exists (#252)
- [NEW] Close existing open PR targeting older versions (#211)
- [FIX] PR text unclear when the Maven Wrapper updates (#224)
0.11.4
- [FIX] PGP key to sign the artifacts needs to be rotated
0.11.3
0.11.2
0.11.1
- [FIX] - Properly parse
distributionUrl
for Gradle snapshot distributions
0.11
- [NEW] - Add
options.allowPreRelease
to control whether to upgrade to pre-release versions. By default, this option is set to false.
0.10.2
- [FIX] - Failures when a wrapper upgrade has some wrapper files deleted
0.10.1
- [NEW] - Add JDK 8 compatibility
0.10
- [NEW] - Support for Gradle 6.x and above
- [NEW] - Support for passing additional arguments to git commit
- [NEW] - Add Gradle/Maven release notes link to the PR description
- [FIX] - Publish signature file
0.9
Initial version.