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