Skip to content

Commit 9fddea3

Browse files
committed
Fix default vlaue for webhooks.structuredMessage
Fixes #82
1 parent 37e7191 commit 9fddea3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/modules/reference/pages/announce/webhooks.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ announce:
7373
7474
# Whether to send the payload as is or format it as a
7575
# JSON object with a `#{messageProperty}` property.
76-
# Defaults to `true`.
76+
# Defaults to `false`.
7777
# icon:dot-circle[]
7878
structuredMessage: false
7979
----
@@ -132,7 +132,7 @@ TOML::
132132
133133
# Whether to send the payload as is or format it as a
134134
# JSON object with a `#{messageProperty}` property.
135-
# Defaults to `true`.
135+
# Defaults to `false`.
136136
# icon:dot-circle[]
137137
structuredMessage = false
138138
----
@@ -198,7 +198,7 @@ JSON::
198198
199199
// Whether to send the payload as is or format it as a
200200
// JSON object with a `#{messageProperty}` property.
201-
// Defaults to `true`.
201+
// Defaults to `false`.
202202
// icon:dot-circle[]
203203
"structuredMessage": false
204204
}
@@ -294,7 +294,7 @@ Maven::
294294
<!--
295295
Whether to send the payload as is or format it as a
296296
JSON object with a `#{messageProperty}` property.
297-
Defaults to `true`.
297+
Defaults to `false`.
298298
icon:dot-circle[]
299299
-->
300300
<structuredMessage>false</structuredMessage>
@@ -363,7 +363,7 @@ jreleaser {
363363
364364
// Whether to send the payload as is or format it as a
365365
// JSON object with a `#{messageProperty}` property.
366-
// Defaults to `true`.
366+
// Defaults to `false`.
367367
// icon:dot-circle[]
368368
structuredMessage = false
369369
}

0 commit comments

Comments
 (0)