Skip to content

Commit

Permalink
Update release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes authored and cjpillsbury committed Jan 10, 2022
1 parent a38440d commit b1b1f5c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README_INTERNAL.md
Original file line number Diff line number Diff line change
@@ -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/[email protected] && 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

0 comments on commit b1b1f5c

Please sign in to comment.