Skip to content

Commit c8bf9a2

Browse files
committed
Fix release noes URL for SDKMAN
1 parent 774420a commit c8bf9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jreleaser.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
[packagers.sdkman]
2929
active = "ALWAYS"
3030
continueOnError = true
31-
releaseNotesUrl = "http://github.com/Kotlin/{{projectName}}/{{tagName}}"
31+
releaseNotesUrl = "http://github.com/Kotlin/kotlin-interactive-shell/{{tagName}}"
3232
command = "MINOR"

0 commit comments

Comments
 (0)