Skip to content

Latest commit

History

History
28 lines (22 loc) 路 573 Bytes

olive-ducks-camp.md

File metadata and controls

28 lines (22 loc) 路 573 Bytes
@changesets/cli @changesets/config
patch
patch

A possibility to use the calculated version for snapshot releases is now stable 馃コ All snapshot-related config parameters are now grouped under a single config property called snapshot.

To migrate, make sure to update your config.json.

Old usage (still works, but comes with a deprecated warning):

{
  "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
    "useCalculatedVersionForSnapshots": true
  }
}

New usage:

{
  "snapshot": {
    "useCalculatedVersion": true
  }
}