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 d53133c commit 974a511Copy full SHA for 974a511
build.gradle.kts
@@ -95,11 +95,11 @@ jreleaser {
95
active = org.jreleaser.model.Active.RELEASE
96
}
97
98
- discussions {
99
- active = org.jreleaser.model.Active.RELEASE
100
- organization = "docling-project"
101
- team = "docling-java"
102
- title = "{{projectNameCapitalized}} {{projectVersion}} released!"
+ // discussions {
+ // active = org.jreleaser.model.Active.RELEASE
+ // organization = "docling-project"
+ // team = "docling-java"
+ // title = "{{projectNameCapitalized}} {{projectVersion}} released!"
103
104
105
0 commit comments