How Changsets reads config.json internally
Nov 22, 2024 · 2 min read · When you initialise Changesets via the CLI using init command, this command sets up the .changeset folder. It generates a readme and a config file. The config file includes the default options, as well as commentson what these options represent. The ...
Join discussion