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
filePathstring// The module where the transition happened, can be an individual module like "modules/sync/bufbuild/protovalidate/state.json" or the global state file "modules/sync/state.json"
35
-
fromRefstring// Old git reference (e.g., "v1.1.0")
36
-
toRefstring// New git reference (e.g., "v1.2.0")
37
-
fromDigeststring// Old digest
38
-
toDigeststring// New digest
39
-
lineNumberint// Line in diff where the new reference or digest appears.
40
-
isGlobalTransitionbool// True for the transition on the state.json global to all modules.
filePathstring// The module where the transition happened, can be an individual module like "modules/sync/bufbuild/protovalidate/state.json" or the global state file "modules/sync/state.json"
35
+
fromRefstring// Old git reference (e.g., "v1.1.0")
36
+
toRefstring// New git reference (e.g., "v1.2.0")
37
+
fromDigeststring// Old digest
38
+
toDigeststring// New digest
39
+
lineNumberint// Line in diff where the new reference or digest appears.
40
+
isOverallTransitionbool// True for overall transitions on the global state.json file.
41
41
}
42
42
43
43
// getStateFileTransitions reads state.json from base and head branches, compares the JSON arrays to
0 commit comments