diff --git a/README_INTERNAL.md b/README_INTERNAL.md index 575a4ebb3..64a442fd7 100644 --- a/README_INTERNAL.md +++ b/README_INTERNAL.md @@ -1,7 +1,5 @@ # Releasing -1. Bump version in the `package.json` -1. Rebase and merge changes into `main` -1. Tag `@mux-elements/{package-name}@{version}` -- for example: `git tag @mux-elements/mux-video@0.1.1 && git push origin --tags` -1. From the package directory (For example: `packages/mux-video` run `yarn build && npm publish` -1. Create a new release in GitHub and write a description +1. `yarn release` +2. `git push && git push origin --tags` +3. Create a [new release in GitHub](https://github.com/muxinc/elements/releases) and write a description