Skip to content

Releases: researchgate/gradle-release

3.0.2

09 Sep 12:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.1...3.0.2

3.0.0

01 Aug 13:37
Compare
Choose a tag to compare

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: 2.8.1...3.0.0

2.6.0

22 Mar 16:46
Compare
Choose a tag to compare

Added

  • merged #213 option to sign git tags

2.5.0

14 Mar 11:38
Compare
Choose a tag to compare
  • added sign git tag option

2.4.1

14 Mar 11:42
Compare
Choose a tag to compare

#Bugfixes

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

2.3.5

17 Jan 22:17
Compare
Choose a tag to compare

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

06 Nov 07:56
Compare
Choose a tag to compare

Bugfixes

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

2.3.4

05 Nov 18:37
Compare
Choose a tag to compare

Bugfixes

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

2.3.3

04 Nov 23:40
Compare
Choose a tag to compare

Bugfixes

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

2.3.2

04 Nov 23:40
Compare
Choose a tag to compare

Bugfixes

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