Skip to content

Commit 65c8783

Browse files
committed
ci: Remove release author from release notes
1 parent 1722779 commit 65c8783

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ publisher {
226226

227227
displayName = "[${mcProps["mc.version.title"]}] $shortVersion"
228228
changelog.set(providers.exec {
229-
commandLine("git", "log", "-1", "--format=format:##%x20%s%n%n%b%nRelease%x20by%x20%an", "--grep", "Version")
229+
commandLine("git", "log", "-1", "--format=format:##%x20%s%n%n%b", "--grep", "Version")
230230
}.standardOutput.asText.map { it.trim() })
231231

232232
curseDepends {

0 commit comments

Comments
 (0)