@@ -138,52 +138,53 @@ pivot:
138138 " Vector search " : " :Search Relevance/Vectors"
139139 Watcher : " :Data Management/Watcher"
140140
141- # Product-specific label blockers (optional)
142- # Maps product IDs to lists of labels that prevent changelog creation for that product
143- # If you run the changelog add command with the --prs option and a PR has any of these labels, the changelog is not created
144- # add_blockers:
145- # elasticsearch,cloud-serverless:
146- # - ">non-issue"
147- # - ">test"
148- # - ">refactoring"
149- # - ":Delivery/Build"
150- # - ":Delivery/Tooling"
151-
152- # render_blockers:
153- # cloud-serverless:
154- # areas:
155- # - Allocation
156- # - Audit
157- # - Authentication
158- # - Autoscaling
159- # - CCR
160- # - CCS
161- # - "Cluster Coordination"
162- # - Codec
163- # - "Discovery-Plugins"
164- # - Engine
165- # - FIPS
166- # - Health
167- # - "ILM+SLM"
168- # - "IdentityProvider"
169- # - "Infra/CLI"
170- # - "Circuit Breakers"
171- # - "Infra/Core"
172- # - "Infra/Entitlements"
173- # - "Infra/Logging"
174- # - "Infra/Metrics"
175- # - "Infra/Node Lifecycle"
176- # - "Infra/Plugins"
177- # - "Infra/Transport API"
178- # - License
179- # - Monitoring
180- # - Packaging
181- # - Searchable Snapshots
182- # - "Snapshot/Restore"
183- # - Stats
184- # - Watcher
185- # types:
186- # - docs
187- # elasticsearch:
188- # types:
189- # - docs
141+ # Block configuration - combined create and publish blockers
142+ block :
143+ # Global labels that block changelog creation for all products (comma-separated string)
144+ create : " >non-issue, >test, >refactoring, :Delivery/Build, :Delivery/Tooling"
145+ # Block changelog entries from publishing based on entry type or area
146+ # publish:
147+ # types:
148+ # - deprecation
149+ # - known-issue
150+ # areas:
151+ # - "Internal"
152+ # Product-specific overrides (override global blockers, don't merge)
153+ # Dictionary key can be a single product ID or comma-separated product IDs
154+ product :
155+ ' elasticsearch ' :
156+ publish :
157+ types :
158+ - docs
159+ ' cloud-serverless ' :
160+ publish :
161+ areas :
162+ - Allocation
163+ - Audit
164+ - Authentication
165+ - Autoscaling
166+ - CCR
167+ - CCS
168+ - " Cluster Coordination"
169+ - Codec
170+ - " Discovery-Plugins"
171+ - Engine
172+ - FIPS
173+ - Health
174+ - " ILM"
175+ - IdentityProvider
176+ - " Infra/CLI"
177+ - " Infra/Logging"
178+ - " Infra/Metrics"
179+ - " Infra/Node Lifecycle"
180+ - " Infra/Plugins"
181+ - " Infra/Transport API"
182+ - License
183+ - Monitoring
184+ - Packaging
185+ - " Searchable Snapshots"
186+ - " Snapshot/Restore"
187+ - Stats
188+ - Watcher
189+ types :
190+ - docs
0 commit comments