File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/modules/reference/pages/announce Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ announce:
73
73
74
74
# Whether to send the payload as is or format it as a
75
75
# JSON object with a `#{messageProperty}` property.
76
- # Defaults to `true `.
76
+ # Defaults to `false `.
77
77
# icon:dot-circle[]
78
78
structuredMessage: false
79
79
----
@@ -132,7 +132,7 @@ TOML::
132
132
133
133
# Whether to send the payload as is or format it as a
134
134
# JSON object with a `#{messageProperty}` property.
135
- # Defaults to `true `.
135
+ # Defaults to `false `.
136
136
# icon:dot-circle[]
137
137
structuredMessage = false
138
138
----
@@ -198,7 +198,7 @@ JSON::
198
198
199
199
// Whether to send the payload as is or format it as a
200
200
// JSON object with a `#{messageProperty}` property.
201
- // Defaults to `true `.
201
+ // Defaults to `false `.
202
202
// icon:dot-circle[]
203
203
"structuredMessage": false
204
204
}
@@ -294,7 +294,7 @@ Maven::
294
294
<!--
295
295
Whether to send the payload as is or format it as a
296
296
JSON object with a `#{messageProperty}` property.
297
- Defaults to `true `.
297
+ Defaults to `false `.
298
298
icon:dot-circle[]
299
299
-->
300
300
<structuredMessage>false</structuredMessage>
@@ -363,7 +363,7 @@ jreleaser {
363
363
364
364
// Whether to send the payload as is or format it as a
365
365
// JSON object with a `#{messageProperty}` property.
366
- // Defaults to `true `.
366
+ // Defaults to `false `.
367
367
// icon:dot-circle[]
368
368
structuredMessage = false
369
369
}
You can’t perform that action at this time.
0 commit comments