net.wooga.github-release-notes
Owner: Manne Endres
This plugin provides tasks and conventions to send github-release-notes messages
https://wooga.github.io/atlas-github-release-notes/
Sources: https://github.com/wooga/atlas-github-release-notes
Version 0.1.0-rc.5
0.1.0-rc.5
Created 04 June 2020.
This plugin provides tasks and conventions to send github-release-notes messages
Add this plugin to your build using the plugins DSL:
plugins {
id("net.wooga.github-release-notes") version "0.1.0-rc.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.net.wooga.gradle:atlas-GithubReleaseNotes:0.1.0-rc.5") } } apply(plugin = "net.wooga.github-release-notes")
- Applying plugins to all subprojects .