diff --git a/scripts/pre-nightly.mjs b/scripts/pre-nightly.mjs index 8b33a7c2999..9eaf08b4c05 100644 --- a/scripts/pre-nightly.mjs +++ b/scripts/pre-nightly.mjs @@ -3,7 +3,7 @@ import fs from "node:fs"; const changesetsConfig = JSON.parse( fs.readFileSync("./.changeset/config.json", "utf8"), ); -// add useCalculatedVersion: true to the config +// enable useCalculatedVersion in the snapshot configuration const nightlyChangesetsConfig = { ...changesetsConfig, snapshot: { ...changesetsConfig.snapshot, useCalculatedVersion: true },