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
Nothing in beachball reads the CHANGELOG.json file, and it's not that useful to users, while potentially using a lot of space in git history. (It's the only place where change entries with type none are recorded, but this probably has limited benefit; we could also add an option to include those in the markdown under "other changes" if desired.)
In the current version, we can add an option writeChangelogJson which defaults to true. In a major release, we can change the default of this option to false.
We have an option generateChangelog which currently defaults to true. #980 added 'md' and 'json' as possible values for this option, to allow writing only markdown (or only json if someone wants that for some reason).
In a major release, we can consider changing the default for generateChangelog to 'md'.
The text was updated successfully, but these errors were encountered:
Nothing in beachball reads the CHANGELOG.json file, and it's not that useful to users, while potentially using a lot of space in git history. (It's the only place where change entries with type
none
are recorded, but this probably has limited benefit; we could also add an option to include those in the markdown under "other changes" if desired.)In the current version, we can add an optionwriteChangelogJson
which defaults to true. In a major release, we can change the default of this option to false.We have an option
generateChangelog
which currently defaults to true. #980 added'md'
and'json'
as possible values for this option, to allow writing only markdown (or only json if someone wants that for some reason).In a major release, we can consider changing the default for
generateChangelog
to'md'
.The text was updated successfully, but these errors were encountered: