- Added input parameter
pr-title-template
, by @paulschuberth - Added input parameter
commit-message-template
, by @paulschuberth - Added input parameter
distributions-base-url
, by @yeikel - Updated action to run with Node 20, by @chadlwilson
- Updated action dependencies.
- Added
auto-merge
input parameter, by @ChrisCarini
- Updated action dependencies.
- Added support for release-candidate releases of Gradle (@bountin).
- Updated action dependencies.
- Renamed
master
branch tomain
.
- Added
paths
andpaths-ignore
input parameters. - Updated action dependencies.
- Added support for updating
verification-metadata.xml
file, thanks to @dbast (#365) - Updated action dependencies.
- Updated action dependencies and adapted to breaking changes.
- Fixed #233: correctly update
gradle-wrapper.jar
file by re-running thewrapper
task.
- Added
base-branch
input parameter.
repo-token
input parameter is not mandatory anymore, and it defaults toGITHUB_TOKEN
if not specified. Additionally, token authentication in git commands has been fixed.
- Added
team-reviewers
input parameter. - Added failure report (as PR comment) for reviewers assignment.
- Added link to Gradle Releases Checksum page in PR message.
- Added
labels
input parameter.
- In repositories with multiple Wrapper files, each one gets updated in a separate commit.
- Added
set-distribution-checksum
input parameter.
- Action now updates all Wrapper files of the repository.
- Added
target-branch
input parameter.
- Action does not run with Docker anymore.
- Don't fail in case an error occurs adding PR reviewers.
- Added
reviewers
input parameter.
- Fixes action name and README.
- Initial release.