Skip to content

Commit d417021

Browse files
committed
Fixed diff link to final release tag
1 parent 706f5ef commit d417021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ tasks.register("updateChangelog") {
426426
}
427427
val repoUrl = "https://github.com/domaframework/doma-tools-for-intellij"
428428
changelogFile.writeText(updatedContent)
429-
changelogFile.appendText("[$newVersion]: $repoUrl/compare/$lastTag...v$newVersion\n")
429+
changelogFile.appendText("[$newVersion]: $repoUrl/compare/$lastTag...$newVersion\n")
430430

431431
val githubEnv = System.getenv("GITHUB_ENV")
432432
val envFile = File(githubEnv)

0 commit comments

Comments
 (0)