Skip to content

Commit 974a511

Browse files
authored
ci: dont publish to discussion
Signed-off-by: Eric Deandrea <[email protected]>
1 parent d53133c commit 974a511

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ jreleaser {
9595
active = org.jreleaser.model.Active.RELEASE
9696
}
9797

98-
discussions {
99-
active = org.jreleaser.model.Active.RELEASE
100-
organization = "docling-project"
101-
team = "docling-java"
102-
title = "{{projectNameCapitalized}} {{projectVersion}} released!"
98+
// discussions {
99+
// active = org.jreleaser.model.Active.RELEASE
100+
// organization = "docling-project"
101+
// team = "docling-java"
102+
// title = "{{projectNameCapitalized}} {{projectVersion}} released!"
103103
}
104104
}
105105
}

0 commit comments

Comments
 (0)