Releases: nebula-plugins/nebula-release-plugin
Releases · nebula-plugins/nebula-release-plugin
v6.2.0
v6.1.1
Remove println
v6.1.0
- 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
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
v6.0.0
- BREAKING: Java 8 is now required
- gradle-git upgraded to 1.7.1
- jgit transitively upgraded to 4.6.1.201703071140-r to address Bug 498759: jgit shows submodule as modified path
v5.0.0
- Add some tasks and rework task ordering
- BREAKING:
snapshot
,devSnapshot
,candidate
,final
are no longer finalized by release, they now depend onrelease
- 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
- BREAKING:
v4.2.0
- 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
v4.1.0
Gradle 2.14 compatible version of nebula-core