Releases: researchgate/gradle-release
Releases · researchgate/gradle-release
3.1.0
What's Changed
- Do not add an excessive space in the pre tag commit message if no pre commit text is set by @Vampire in #384
- Make test cross-OS safe by @Vampire in #386
- Fix GitReleasePluginTests when global .gitconfig contains custom pretty format settings by @DamnedElric in #375
- #379 Remove deprecated property use by @IRus in #390
- Replace taskGraph.afterTask with an operation completion listener in Gradle 6.1+ by @Vampire in #389
New Contributors
- @DamnedElric made their first contribution in #375
- @IRus made their first contribution in #390
Full Changelog: 3.0.2...3.1.0
3.0.2
What's Changed
- Update Kotlin config to work with Property by @loosebazooka in #366
- Proposal to add
commitOptions
to git config -- Update GitAdapter.groovy by @loosebazooka in #367 - Fix to allow releases on any Git branch by @mattlong-finocomp in #360
New Contributors
- @loosebazooka made their first contribution in #366
- @mattlong-finocomp made their first contribution in #360
Full Changelog: 3.0.1...3.0.2
3.0.0
BREAKING
- Minimum gradle version is now 6.0.0
- Release extension and svn/git configuration fields are now of type Property
- Replaced dynamic property handling in grovvy with fields (git / svn in release extension)
- Removed pushToCurrentBranch configuration
- Removed tagPrefix configuration that got replaced by tagTemplate
- Release related tasks are now moved into classes
Changes
- Replaced travis ci by github actions
- Added integration test based on KotlinDSL
- Added gradle wrapper
- Replaced bintray publishing with gradle plugin portal publishing
New Contributors
- @dkorotych made their first contribution in #227
- @debuglevel made their first contribution in #327
- @WtfJoke made their first contribution in #332
- @vkwok-gpsw made their first contribution in #349
Full Changelog: 2.8.1...3.0.0