We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d606a commit 75b81e0Copy full SHA for 75b81e0
build-logic/convention/src/main/kotlin/Github.kt
@@ -41,7 +41,7 @@ abstract class GithubPlugin : Plugin<Project> {
41
@DisableCachingByDefault
42
abstract class GithubCreateReleaseTask : Github() {
43
44
- private val debug = true
+ private val debug = false
45
46
@Input
47
val commitCount = project.getCommitCount()
0 commit comments