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 706f5ef commit d417021Copy full SHA for d417021
build.gradle.kts
@@ -426,7 +426,7 @@ tasks.register("updateChangelog") {
426
}
427
val repoUrl = "https://github.com/domaframework/doma-tools-for-intellij"
428
changelogFile.writeText(updatedContent)
429
- changelogFile.appendText("[$newVersion]: $repoUrl/compare/$lastTag...v$newVersion\n")
+ changelogFile.appendText("[$newVersion]: $repoUrl/compare/$lastTag...$newVersion\n")
430
431
val githubEnv = System.getenv("GITHUB_ENV")
432
val envFile = File(githubEnv)
0 commit comments