Made the changeset instructions clearer

This commit is contained in:
Matt Aitken
2023-01-14 15:44:57 +00:00
parent 125aafe79a
commit 9cd2e41c1c
+8 -7
View File
@@ -2,16 +2,17 @@
Trigger.dev uses [changesets](https://github.com/changesets/changesets) to manage updated our packages and releasing them to npm.
## Release instructions
Based on the instructions [here](https://github.com/changesets/changesets/blob/main/docs/intro-to-using-changesets.md)
1. Run `pnpm run changeset:version`
2. Run `pnpm run changeset:release`
## Adding a changeset
To add a changeset, use `pnpm run changeset:add` and follow the instructions [here](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md). Please only ever select one of our public packages when adding a changeset, which currently are:
- `@trigger.dev/sdk`
- `@trigger.dev/integrations`
- `@trigger.dev/providers`
## Release instructions
Based on the instructions [here](https://github.com/changesets/changesets/blob/main/docs/intro-to-using-changesets.md)
1. Run `pnpm run changeset:version`
2. Run `pnpm run changeset:release`