File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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
197209MIT © [ Sanity.io] ( https://www.sanity.io/ )
You can’t perform that action at this time.
0 commit comments