Just add a file in this directory to create a new changeset.
It needs to have a frontmatter with the following fields:
type: The type of changeset, e.g. "minor", "patch", "major", "none"
For Example:
---
type: minor
---
The content of the changeset goes here.