Skip to content

Commit 96c9f30

Browse files
Update changelog.go
1 parent 46aac81 commit 96c9f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cli/internal/changelog/changelog.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ func NewEntriesBetweenRevisionVersions(revisionPath, exceptionFilePath string) (
230230
continue
231231
}
232232

233-
// Skip upcoming preview version. It will be included in CLOUDP-315486
233+
// Skip upcoming version. It will be included in CLOUDP-315486
234234
if apiversion.IsUpcomingStabilityLevel(fromVersion) || apiversion.IsUpcomingStabilityLevel(toVersion) {
235235
continue
236236
}

0 commit comments

Comments
 (0)