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 1311b22 commit a8fc519Copy full SHA for a8fc519
build.gradle.kts
@@ -39,6 +39,7 @@ val suffixedVersion: String = if (isRelease) {
39
40
val publishVersion = if (isRelease) suffixedVersion else "$versionString-build.${System.getenv("GITHUB_RUN_NUMBER")}"
41
val commitVersion = publishVersion + "-" + (System.getenv("GITHUB_SHA")?.substring(0, 7) ?: "local")
42
+version = commitVersion
43
44
val changelogContent: String = latestCommitMessage()
45
0 commit comments