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 5a2be51 commit caf9c7aCopy full SHA for caf9c7a
tools/cli/internal/changelog/merge.go
@@ -263,8 +263,9 @@ func newMergedChanges(changes []*outputfilter.OasDiffEntry,
263
pathEntry.Tag = conf.Tag()
264
265
pathEntryVersion := newEntryVersion(&pathEntry.Versions, version)
266
- pathEntryVersion.ChangeType = newChangeType(pathEntryVersion.ChangeType, changeType, change.ID)
267
pathEntryVersion.StabilityLevel = stabilityLevelStable
+ pathEntryVersion.ChangeType = newChangeType(pathEntryVersion.ChangeType, changeType, change.ID)
268
+
269
versionChange := &Change{
270
Description: change.Text,
271
Code: change.ID,
0 commit comments