GH Actions - release workflow

This commit is contained in:
Jakub Chrzanowski
2020-06-17 07:19:59 +02:00
committed by GitHub
parent aaba297ffa
commit 711e280d28
3 changed files with 83 additions and 9 deletions

View File

@@ -80,7 +80,12 @@ tasks {
sinceBuild(pluginSinceBuild)
untilBuild(pluginUntilBuild)
changeNotes(closure {
changelog.getUnreleased().toHTML()
changelog.getLatest().toHTML()
})
}
publishPlugin {
dependsOn("patchChangelog")
token(System.getenv("PUBLISH_TOKEN"))
}
}