Skip to content

Commit dc8ad40

Browse files
authored
chore: update read me (#83)
1 parent c2f2fd9 commit dc8ad40

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,18 @@ const builder = imageUrlBuilder({
192192
})
193193
```
194194

195+
## How to publish
196+
197+
1. On your development PR (or after), you can run a command `pnpm changeset add`
198+
199+
This will add a .md file in the .changeset which is necessary for the automated release PR to know that it should go out in the next release
200+
201+
2. Go to the PRs and you should find an open PR with Version Packages for the title (such as https://github.com/sanity-io/image-url/pull/79)
202+
203+
3. Confirm that everything you want to be released is in the description. If it isn't double check that the .mds are in the main branch.
204+
205+
4. Approve and let the automated action finish.
206+
195207
## License
196208

197209
MIT © [Sanity.io](https://www.sanity.io/)

0 commit comments

Comments
 (0)