Releases: nebula-plugins/nebula-release-plugin
Releases · nebula-plugins/nebula-release-plugin
v4.1.1
v4.1.0
Gradle 2.14 compatible version of nebula-core
v4.0.1
- Fix tasks task so it can run on multiprojects
v4.0.0
- Potential BREAKING change: Removing assumptions on whether to enable bintray and artifactory publishes based on whether a user uses the
devSnapshot
,snapshot
,candidate
, orfinal
tasks. These should be on more opinionated plugins.
v3.2.0
- 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
- Remove need for initial tag
- Better error message for release/[invalid semver pattern]
v3.1.2
v3.1.1
v3.1.0
- Update ivy status and project.status on publish
devSnapshot
andsnapshot
will leave status at integrationcandidate
will set ivy and project status to candidatefinal
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
- BUGFIX: Allow travis release of candidates