Skip to content

Commit d309111

Browse files
committed
Update block config
1 parent 082e0d5 commit d309111

File tree

1 file changed

+43
-40
lines changed

1 file changed

+43
-40
lines changed

docs/changelog.yml

Lines changed: 43 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -139,51 +139,54 @@ pivot:
139139
Watcher: ":Data Management/Watcher"
140140

141141
# Block configuration - combined create and publish blockers
142-
# block:
142+
block:
143143
# Global labels that block changelog creation for all products (comma-separated string)
144144
# create: ">non-issue, >test, >refactoring, :Delivery/Build, :Delivery/Tooling"
145145
# Block changelog entries from publishing based on entry type or area
146146
# publish:
147-
# types:
148-
# - docs
147+
# types:
148+
# - docs
149149
# areas:
150150
# - "Internal"
151151
# Product-specific overrides (override global blockers, don't merge)
152152
# Dictionary key can be a single product ID or comma-separated product IDs
153-
# product:
154-
# 'elasticsearch':
155-
# publish:
156-
# types:
157-
# - docs
158-
# 'cloud-serverless':
159-
# publish:
160-
# areas:
161-
# - Allocation
162-
# - Audit
163-
# - Authentication
164-
# - Autoscaling
165-
# - CCR
166-
# - CCS
167-
# - "Cluster Coordination"
168-
# - Codec
169-
# - "Discovery-Plugins"
170-
# - Engine
171-
# - FIPS
172-
# - Health
173-
# - "ILM"
174-
# - IdentityProvider
175-
# - "Infra/CLI"
176-
# - "Infra/Logging"
177-
# - "Infra/Metrics"
178-
# - "Infra/Node Lifecycle"
179-
# - "Infra/Plugins"
180-
# - "Infra/Transport API"
181-
# - License
182-
# - Monitoring
183-
# - Packaging
184-
# - "Searchable Snapshots"
185-
# - "Snapshot/Restore"
186-
# - Stats
187-
# - Watcher
188-
# types:
189-
# - docs
153+
product:
154+
'elasticsearch':
155+
create: ">non-issue, >test, >refactoring, :Delivery/Build, :Delivery/Tooling"
156+
publish:
157+
types:
158+
- docs
159+
'cloud-serverless':
160+
create: ">non-issue, >test, >refactoring, :Delivery/Build, :Delivery/Tooling"
161+
publish:
162+
areas:
163+
- Allocation
164+
- Audit
165+
- Authentication
166+
- Autoscaling
167+
- CCR
168+
- CCS
169+
- "Cluster Coordination"
170+
- Codec
171+
- "Discovery-Plugins"
172+
- Engine
173+
- FIPS
174+
- Health
175+
- ILM
176+
- IdentityProvider
177+
- "Infra/CLI"
178+
- "Infra/Logging"
179+
- "Infra/Metrics"
180+
- "Infra/Node Lifecycle"
181+
- "Infra/Plugins"
182+
- "Infra/Transport API"
183+
- License
184+
- Monitoring
185+
- Packaging
186+
- "Searchable Snapshots"
187+
- SLM
188+
- "Snapshot/Restore"
189+
- Stats
190+
- Watcher
191+
types:
192+
- docs

0 commit comments

Comments
 (0)