Skip to content

Commit 220e23b

Browse files
clean up
1 parent 0a22b3d commit 220e23b

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ template:
55
- markdown-breaking-template
66
- markdown-deprecations-template
77
- markdown-index-template
8-
- markdown-known-issues-template
98
components:
109
- beats
1110
- elastic-agent

internal/changelog/entry.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ type Entry struct {
2222
LinkedIssue []string `yaml:"issue"`
2323
Impact string `yaml:"impact"`
2424
Action string `yaml:"action"`
25-
Workaround string `yaml:"workaround"`
2625

2726
Timestamp int64 `yaml:"timestamp"`
2827
File FragmentFileInfo `yaml:"file"`
@@ -40,7 +39,6 @@ func EntryFromFragment(f fragment.File) Entry {
4039
LinkedIssue: []string{},
4140
Impact: f.Fragment.Impact,
4241
Action: f.Fragment.Action,
43-
Workaround: f.Fragment.Workaround,
4442
Timestamp: f.Timestamp,
4543
File: FragmentFileInfo{
4644
Name: f.Name,

internal/changelog/fragment/fragment.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ type Fragment struct {
1313
Issue string `yaml:"issue"`
1414
Impact string `yaml:"impact"`
1515
Action string `yaml:"action"`
16-
Workaround string `yaml:"workaround"`
1716
}

0 commit comments

Comments
 (0)