You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# - other: does not fit into any of the other categories
87
88
kind: feature
88
89
90
+
# REQUIRED for all kinds
89
91
# Change summary; a 80ish characters long description of the change.
90
92
summary: foobar
91
93
94
+
# REQUIRED for breaking-change, deprecation, known-issue
92
95
# Long description; in case the summary is not enough to describe the change
93
96
# this field accommodate a description without length limits.
94
-
# NOTE: This field will be rendered only for breaking-change and known-issue kinds at the moment.
95
-
#description:
97
+
# description:
96
98
99
+
# REQUIRED for breaking-change, deprecation, known-issue
100
+
# impact:
101
+
102
+
# REQUIRED for breaking-change, deprecation, known-issue
103
+
# action:
104
+
105
+
# REQUIRED for all kinds
97
106
# Affected component; usually one of "elastic-agent", "fleet-server", "filebeat", "metricbeat", "auditbeat", "all", etc.
98
107
component:
99
108
100
-
# PR URL; optional; the PR number that added the changeset.
109
+
# AUTOMATED
110
+
# OPTIONAL to manually add other PR URLs
111
+
# PR URL: A link the PR that added the changeset.
101
112
# If not present is automatically filled by the tooling finding the PR where this changelog fragment has been added.
102
113
# NOTE: the tooling supports backports, so it's able to fill the original PR number instead of the backport PR number.
103
114
# Please provide it if you are adding a fragment for a different PR.
104
-
#pr: https://github.com/owner/repo/1234
115
+
#pr: https://github.com/owner/repo/1234
105
116
117
+
# AUTOMATED
118
+
# OPTIONAL to manually add other issue URLs
106
119
# Issue URL; optional; the GitHub issue related to this changeset (either closes or is part of).
107
120
# If not present is automatically filled by the tooling with the issue linked to the PR number.
108
-
#issue: https://github.com/owner/repo/1234
121
+
#issue: https://github.com/owner/repo/1234
109
122
`
110
123
got:=string(content)
111
124
assert.Equal(t, expected, got, `This test exists to force review on changes to the Changelog Fragment template, as changing the template may introduce breaking changes.
0 commit comments