This folder contains changelog files that describe changes to be released.
Run changelogs add to create a new changelog file.
Changelog files are markdown with YAML frontmatter:
---
package-name: minor
other-package: patch
---
Description of the changes made.Run changelogs version to apply version bumps and generate changelogs.