Skip to content

Releases: nebula-plugins/nebula-release-plugin

v4.1.1

14 Dec 21:19
Compare
Choose a tag to compare
  • Add better defaults for shortenedBranchPattern

v4.1.0

08 Aug 21:11
Compare
Choose a tag to compare

Gradle 2.14 compatible version of nebula-core

v4.0.1

05 Feb 22:26
Compare
Choose a tag to compare
  • Fix tasks task so it can run on multiprojects

v4.0.0

04 Feb 21:42
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Add better report handling

v3.1.1

09 Dec 00:58
Compare
Choose a tag to compare
  • Allow to customize the location of Git root

v3.1.0

26 Oct 22:56
Compare
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
Compare
Choose a tag to compare
  • BUGFIX: Allow travis release of candidates