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
// The result of the extraction step that generates the version from the snapshots may depend on changes to the engine or its dependencies.
44
-
// The process thus starts by only performing the extraction process so that any version following such changes can be labelled (to avoid sending notifications, for example)
43
+
// Technical upgrade pass: apply changes from engine, dependency, or declaration upgrades.
44
+
// This regenerates versions from existing snapshots with updated extraction logic.
45
+
// For terms with combined source documents, if a new document was added to the declaration,
46
+
// it will be fetched and combined with existing snapshots to regenerate the complete version.
47
+
// All versions from this pass are labeled as technical upgrades to avoid false notifications about content changes.
0 commit comments