From 772218974d02b6c9b3fd37170a7e415e8a01244e Mon Sep 17 00:00:00 2001 From: Pavol Loffay Date: Thu, 7 Mar 2024 11:24:13 +0100 Subject: [PATCH] Add more components to changelog template (#2722) * Add more components to changelog template Signed-off-by: Pavol Loffay * Fix Signed-off-by: Pavol Loffay --------- Signed-off-by: Pavol Loffay --- .chloggen/TEMPLATE.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chloggen/TEMPLATE.yaml b/.chloggen/TEMPLATE.yaml index ca13515f1f..cb865d682e 100644 --- a/.chloggen/TEMPLATE.yaml +++ b/.chloggen/TEMPLATE.yaml @@ -1,7 +1,7 @@ # One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' change_type: -# The name of the component, or a single word describing the area of concern, (e.g. operator, target allocator, github action) +# The name of the component, or a single word describing the area of concern, (e.g. collector, target allocator, auto-instrumentation, opamp, github action) component: # A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).