Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.0.0 source code.tar.gz | 2022-06-21 | 89.9 kB | |
3.0.0 source code.zip | 2022-06-21 | 124.8 kB | |
README.md | 2022-06-21 | 1.1 kB | |
Totals: 3 Items | 215.8 kB | 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 https://github.com/researchgate/gradle-release/pull/227
- @debuglevel made their first contribution in https://github.com/researchgate/gradle-release/pull/327
- @WtfJoke made their first contribution in https://github.com/researchgate/gradle-release/pull/332
- @vkwok-gpsw made their first contribution in https://github.com/researchgate/gradle-release/pull/349
Full Changelog: https://github.com/researchgate/gradle-release/compare/2.8.1...3.0.0