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 8a4ac25 commit f833b5bCopy full SHA for f833b5b
tools/cli/internal/openapi/filter/bump.go
@@ -31,8 +31,9 @@ const (
31
stateFieldValueUpcoming = "UPCOMING"
32
stateFieldValuePreview = "PREVIEW"
33
betaFieldName = "x-beta"
34
- description = "This API is in preview. Breaking changes might be introduced before it is released. " +
35
- "Don't use preview APIs in production."
+ description = `This API is in preview. Breaking changes might be introduced before it is released. Don't use preview APIs in production.
+
36
+`
37
)
38
39
func (f *BumpFilter) ValidateMetadata() error {
0 commit comments