diff --git a/README.md b/README.md index c052814..08252cd 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,21 @@ Tasks -------- - generateReleaseNote + +Installation +---------- + +```groovy +buildscript { + respositories { + maven { url "https://dl.bintray.com/numa08/maven" } + } + dependencies { + classpath 'net.numa08:genrelease:$version' + } +} +apply plugin: 'net.numa08.genrelease' +``` Configurations --------------