Skip to content

Releases: nebula-plugins/nebula-release-plugin

v6.2.0

09 Jan 19:07
d38884f
Compare
Choose a tag to compare
  • Handle ArtifactoryTask if using build-info-extractor 4.6.0 via @lavcraft (Kirill Tolkachev)

v6.1.1

12 Dec 21:33
fd5d1cb
Compare
Choose a tag to compare

Remove println

v6.1.0

25 Oct 20:54
Compare
Choose a tag to compare
  • Add in capability for travis to specify a special branch e.g. 2.x or 3.2.x and produce properly versioned snapshots

v6.0.2

20 Sep 20:11
Compare
Choose a tag to compare

Remove optional dependencies so they don't leak onto the classpath when resolved from the plugin portal. It was causing bintray to be upgraded to a version that cannot be compiled against on Gradle 3 and later (only affects the plugin at compile time, not at runtime).

v6.0.1

07 Sep 00:09
Compare
Choose a tag to compare
  • Builds that fail with Final and candidate builds require all changes to be committed into Git. will now list the files that have not been committed.

v6.0.0

23 May 21:16
Compare
Choose a tag to compare

v5.0.0

19 Apr 21:27
Compare
Choose a tag to compare
  • Add some tasks and rework task ordering
    • BREAKING: snapshot, devSnapshot, candidate, final are no longer finalized by release, they now depend on release
    • Added snapshotSetup, devSnapshotSetup, candidateSetup, finalSetup added if you need to run specific things early in the process
    • Added postRelease task for tasks you want to happen after release (which tags the repo), we have moved publishing to be called by this step

v4.2.0

03 Apr 20:09
Compare
Choose a tag to compare
  • Calculate version in repository with no commits
  • Allow pushing tags from detached branch
  • Better handle branch patterns that would error out semver when put in dev version

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