GH Actions release + Changelog integration (#4)

This commit is contained in:
Jakub Chrzanowski
2020-06-16 16:12:30 +02:00
committed by GitHub
parent 67df09b137
commit aaba297ffa
2 changed files with 8 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ plugins {
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
id("org.jetbrains.intellij") version "0.4.21"
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
id("org.jetbrains.changelog") version "0.3.0"
id("org.jetbrains.changelog") version "0.3.1"
// detekt linter - read more: https://detekt.github.io/detekt/kotlindsl.html
id("io.gitlab.arturbosch.detekt") version "1.10.0-RC1"
}