diff --git a/docs/modules/configuration/pages/announce/discussions.adoc b/docs/modules/configuration/pages/announce/discussions.adoc
index 3d9f534..07b7924 100644
--- a/docs/modules/configuration/pages/announce/discussions.adoc
+++ b/docs/modules/configuration/pages/announce/discussions.adoc
@@ -17,9 +17,10 @@ announce:
discussions:
# Enable or disable this announcer.
- # Defaults to `true`.
+ # Valid values are [`NEVER`, `ALWAYS`, `RELEASE`, `SNAPSHOT`].
+ # Defaults to `NEVER`.
# icon:dot-circle[]
- enabled: true
+ active: ALWAYS
# The GitHub organization that owns the discussion.
# icon:exclamation-triangle[]
@@ -54,9 +55,10 @@ TOML::
[announce.discussions]
# Enable or disable this announcer.
- # Defaults to `true`.
+ # Valid values are [`NEVER`, `ALWAYS`, `RELEASE`, `SNAPSHOT`].
+ # Defaults to `NEVER`.
# icon:dot-circle[]
- enabled = true
+ active = "ALWAYS"
# The GitHub organization that owns the discussion.
# icon:exclamation-triangle[]
@@ -93,9 +95,10 @@ JSON::
"discussions": {
// Enable or disable this announcer.
- // Defaults to `true`.
+ // Valid values are [`NEVER`, `ALWAYS`, `RELEASE`, `SNAPSHOT`].
+ // Defaults to `NEVER`.
// icon:dot-circle[]
- "enabled": true,
+ "active": "ALWAYS",
// The GitHub organization that owns the discussion.
// icon:exclamation-triangle[]
@@ -138,10 +141,11 @@ Maven::
- true
+ ALWAYS
- true
+ ALWAYS
- true
+ ALWAYS
- true
+ ALWAYS
- true
+ ALWAYS
- true
+ ALWAYS
- true
+ ALWAYS
- true
+ ALWAYS
- true
+ ALWAYS
- true
+ ALWAYS
- true
+ ALWAYS
- true
+ ALWAYS
- true
+ ALWAYS
- true
+ ALWAYS