Skip to content

Commit 7b0c9f0

Browse files
committed
chore: clarify chloggen component names
1 parent 9c017be commit 7b0c9f0

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.chloggen/TEMPLATE.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
44
change_type:
55

6-
# Mandatory. One of: nrdot, nrdot-collector, nrdot-collector-experimental, docs
7-
component: nrdot
6+
# Mandatory. One of: distributions, distributions/nrdot-collector, distributions/nrdot-collector-experimental, docs, examples
7+
component: distributions
88

99
# Mandatory. Put the PR number here.
1010
issues: []

.chloggen/config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ entries_dir: .chloggen
66
template_yaml: .chloggen/TEMPLATE.yaml
77
summary_template: .chloggen/summary.tmpl
88
components:
9-
- nrdot
10-
- nrdot-collector
11-
- nrdot-collector-experimental
9+
- distributions
10+
- distributions/nrdot-collector
11+
- distributions/nrdot-collector-experimental
1212
- docs
13+
- examples

.chloggen/kbauer_update_use_case_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
44
change_type: enhancement
5-
# Mandatory. One of: nrdot, nrdot-collector, nrdot-collector-experimental, docs
5+
# Mandatory. One of: distributions, distributions/nrdot-collector, distributions/nrdot-collector-experimental, docs, examples
66
component: docs
77
# Mandatory. Put the PR number here.
88
issues: [615]

0 commit comments

Comments
 (0)