In order to keep track of the changes inside project we do use changesets package to generate changelogs. After you created some changes follow these steps:
- run
pnpm changeset - pick packages inside which you made changes
- pick packages for
major,minororpatchversion bump depending on your changes - write a short description of your changes
- there should be a new file inside
.changesetfolder, review it, add more instructions if needed (for example breaking changes upgrade steps) and commit it - push your changes to the repository - PR is ready to be reviewed