Gradle Release Versions Save

gradle-release is a plugin for providing a Maven-like release process for projects using Gradle

3.0.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/researchgate/gradle-release/compare/3.0.1...3.0.2

3.0.0

1 year ago

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

Full Changelog: https://github.com/researchgate/gradle-release/compare/2.8.1...3.0.0

2.6.0

7 years ago

Added

  • merged #213 option to sign git tags

2.4.1

7 years ago

#Bugfixes

  • #214 Replaced Task.leftShift
  • Fixed git working in submodules

2.5.0

7 years ago
  • added sign git tag option

2.3.5

8 years ago

Bugfixes

  • COMMON: Avoid exception when buildtasks is an empy list (#156 thanks pepijnve)
  • GIT: Disable coloring for git-branch call (#157 thanks diegotori)

2.2.3

8 years ago

Bugfixes

  • COMMON: Writing version property could override other properties (#149 thanks markalanturner)

2.3.4

8 years ago

Bugfixes

  • COMMON: Writing version property could override other properties (#149 thanks markalanturner)

2.3.3

8 years ago

Bugfixes

  • COMMON: Calling custom buildTasks was broken (#144, thanks madhead)
  • COMMON: Order of tasks was not completely correct for --parallel runs

2.3.2

8 years ago

Bugfixes

  • SVN: Fix logic in checkUpdateNeeded (#146, thanks Myllyenko)