Skip to content

Releases: nebula-plugins/nebula-release-plugin

v4.1.0

08 Aug 21:11

Choose a tag to compare

Gradle 2.14 compatible version of nebula-core

v4.0.1

05 Feb 22:26

Choose a tag to compare

  • Fix tasks task so it can run on multiprojects

v4.0.0

04 Feb 21:42

Choose a tag to compare

  • Potential BREAKING change: Removing assumptions on whether to enable bintray and artifactory publishes based on whether a user uses the devSnapshot, snapshot, candidate, or final tasks. These should be on more opinionated plugins.

v3.2.0

02 Feb 01:47

Choose a tag to compare

  • Use specific versions of dependencies to prevent dynamic versions in the gradle plugin portal
  • upgrade nebula-bintray-plugin 3.2.0 -> 3.3.1
  • upgrade gradle-gt plugin 1.3.2 -> 1.4.1

v3.1.3

28 Jan 22:12

Choose a tag to compare

  • Remove need for initial tag
  • Better error message for release/[invalid semver pattern]

v3.1.2

08 Jan 22:07

Choose a tag to compare

  • Add better report handling

v3.1.1

09 Dec 00:58

Choose a tag to compare

  • Allow to customize the location of Git root

v3.1.0

26 Oct 22:56

Choose a tag to compare

  • Update ivy status and project.status on publish
    • devSnapshot and snapshot will leave status at integration
    • candidate will set ivy and project status to candidate
    • final will set ivy and project status to release
  • Also depend on artifactory tasks if creating devSnapshot
  • Warn rather than fail when the project contains no git repository or the git repository has no commits.

v3.0.2

18 Sep 20:07

Choose a tag to compare

  • BUGFIX: Allow travis release of candidates

v3.0.1

09 Sep 20:40

Choose a tag to compare

Bugfix so we no longer release if tests fail