Search Gradle plugins

org.shipkit.shipkit-changelog

Generates changelog based on ticked IDs found in commit messages and GitHub pull request information

https://github.com/shipkit/shipkit-changelog

Sources: https://github.com/shipkit/org.shipkit.shipkit-changelog.git

Version 0.0.15

0.0.15

Created 07 November 2020.

Generates changelog based on ticked IDs found in commit messages and GitHub pull request information

Add this plugin to your build using the plugins DSL:

plugins {
  id("org.shipkit.shipkit-changelog") version "0.0.15"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("org.shipkit:shipkit-changelog:0.0.15")
      }
    }
    
    apply(plugin = "org.shipkit.shipkit-changelog")
  • Applying plugins to all subprojects .