Skip to content

Releases: dipien/releases-hub-gradle-plugin

v4.0.0

01 Nov 14:19
f484521
Compare
Choose a tag to compare

Read this post for more details.

Implemented enhancements:

  • Make the plugin serverless #153

Fixed bugs:

  • Tasks fail when Gradle configuration cache is reused #154

v3.2.0

24 Oct 21:04
Compare
Choose a tag to compare

Read this post for more details.

Implemented enhancements:

  • Add support to locally resolve upgrades if server is down #151
  • Serverless support #150

Fixed bugs:

  • Add flag to avoid failure with configuration cache #144

v3.1.0

17 Oct 01:35
Compare
Choose a tag to compare

Read this post for more details.

Implemented enhancements:

  • Validate if a dependency is explicitly declared on a .gradle(.kts) file instead of using buildSrc or Version Catalog #124
  • Support to configure Assignees for pull requests #123
  • Scan any build.gradle & build.gradle.kts files by default #122
  • Scan settings.gradle by default #121
  • Support gitHubRepository property #120
  • Support plugins DSL #56

v3.0.0

09 Oct 22:47
Compare
Choose a tag to compare

Read this post for more details.

Implemented enhancements:

  • Include link to Maven repository on Pull Request description #118
  • New dependenciesPaths extension configuration #116
  • Rename props from gitHubUserName & gitHubUserEmail to gitUserName & gitUserEmail #115
  • Gradle version catalogs support #113
  • Support Gradle Enterprise Gradle Plugin upgrade on settings.gradle #96

v2.1.0

18 Sep 23:41
Compare
Choose a tag to compare

Implemented enhancements:

  • Include a link to all the official development resources on the PR description #112
  • Add link to Android permission documentation #83

Fixed bugs:

  • Gradle Distribution changed as part of other upgrades #105

v2.0.3

30 Aug 14:51
Compare
Choose a tag to compare

Fixed bugs:

  • Stash changes before upgrading dependencies #110

v2.0.2

26 Mar 18:18
Compare
Choose a tag to compare

Fixed bugs:

  • Unexpected behaviour when maven_metadata.xml is not properly formatted #104

v2.0.1

25 Mar 18:38
Compare
Choose a tag to compare

Fixed bugs:

  • Some upgrades not detected due to an issue when comparing versions #103

v2.0.0

01 Mar 01:31
8bc8594
Compare
Choose a tag to compare

Closed issues:

  • IMPORTANT: Migrate to new "com.dipien" groupId & "com.dipien.releaseshub.gradle.plugin" plugin id #99

The new way to setup the plugin

buildscript {
    repositories {
        mavenCentral() // or gradlePluginPortal()
    }
    dependencies {
        classpath("com.dipien:releases-hub-gradle-plugin:X.Y.Z")
    }
}
    
apply plugin: "com.dipien.releaseshub.gradle.plugin"
  • Change dependenciesClassNames property to required #100
  • Enable pullRequestEnabled property by default #94
  • Remove headBranch, commitMessage & pullRequestTitle extension properties #86
  • Remove countDependenciesToUpgrade task #85

v1.7.0

01 Mar 00:00
Compare
Choose a tag to compare

Implemented enhancements:

  • Include release date on PR description #88