We use changesets to manage our apps releases. If you're changing or adding to apps/*
, you should create a changeset.
- Run
pnpm changeset
- Choose the apps you want to version
- Add a summary of the changes
- Commit the changeset file
- Open a Pull Request
- This PR should include the changeset file
- Link to any existing issues that may exist
- Once a PR is merged, a new or existing
chore(release): version apps
PR will be created, or updated- This will also update the
CHANGELOG.md
for each app
- This will also update the
- Merge the
chore(release): version apps
when you're ready