We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf9c7a commit 0ee14ddCopy full SHA for 0ee14dd
tools/cli/internal/changelog/merge.go
@@ -265,7 +265,6 @@ func newMergedChanges(changes []*outputfilter.OasDiffEntry,
265
pathEntryVersion := newEntryVersion(&pathEntry.Versions, version)
266
pathEntryVersion.StabilityLevel = stabilityLevelStable
267
pathEntryVersion.ChangeType = newChangeType(pathEntryVersion.ChangeType, changeType, change.ID)
268
-
269
versionChange := &Change{
270
Description: change.Text,
271
Code: change.ID,
0 commit comments