Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What changed? Why?
In the release process, our changelog is malformatted. This PR updates our
.changeset/config.json
to use the proper formatter. This will make it easier to read changelogs on our Releases page and anywhere else they appear, plus it will make the release process easier.Before:
![CleanShot 2024-11-13 at 13 54 07@2x](https://private-user-images.githubusercontent.com/31226559/385905038-ca65c50a-6b31-4363-8e81-2573a7d0dc72.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTg3MTksIm5iZiI6MTczOTQ1ODQxOSwicGF0aCI6Ii8zMTIyNjU1OS8zODU5MDUwMzgtY2E2NWM1MGEtNmIzMS00MzYzLThlODEtMjU3M2E3ZDBkYzcyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE0NTMzOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBhODBjMDY0MDQ0NDE4ODJlZWNjODc2M2Y3MjcyNDY0MmY5YjBjMmRkYzgzMDE0OTFlYjNhZDZiNjIzNzZkOWYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.FUsiscr7nYmChqzJFdo7U2WcC7VQ_53F1O5GkuTvwro)
After this PR, each change will be formatted on separate lines.
Notes to reviewers
How has it been tested?
.md
file resembling one that happens during our releasesbun: release version
, output is as expected.