org.shipkit.shipkit-gh-release
Owner: Szczepan Faber
Posts a release to GitHub using the REST API
https://github.com/shipkit/shipkit-changelog
Sources: https://github.com/shipkit/org.shipkit.shipkit-changelog.git
Version 0.0.3
0.0.3
Created 12 July 2020.
Posts a release to GitHub using the REST API
Add this plugin to your build using the plugins DSL:
plugins {
id("org.shipkit.shipkit-gh-release") version "0.0.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.shipkit:shipkit-changelog:0.0.3") } } apply(plugin = "org.shipkit.shipkit-gh-release")
- Applying plugins to all subprojects .