org.shipkit.auto-release-notes
Owner: Szczepan Faber
Release tools and Gradle plugins that automate Mockito continuous delivery.
Sources: https://github.com/mockito/mockito-release-tools
Version 0.8.117 (latest)
0.8.117
Created 07 July 2017.
This plugin version will no longer resolve after JCenter becomes a permanent redirect to Maven Central as it uses dependencies only found in JCenter. See the following blog post for details: https://blog.gradle.org/portal-jcenter-impact
Shipkit - toolkit for shipping it. Enables continuous delivery with automated version bumps, release notes and many more.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.shipkit.auto-release-notes") version "0.8.117"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.shipkit:shipkit:0.8.117") } } apply(plugin = "org.shipkit.auto-release-notes")
- Applying plugins to all subprojects .