You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/cli/internal/changelog/outputfilter/squash.go
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ import (
11
11
var (
12
12
// identifierRegex matches text enclosed in single quotes.
13
13
// Example: it'll match "value" from the string "added the new required request property 'value'".
14
-
identifierRegex=regexp.MustCompile(`'([^']+)'`)
14
+
// Example: it'll match "" and "/items/dataProcessRegion/region" from the string removed the '' enum value from the '/items/dataProcessRegion/region' response property.
0 commit comments