Skip to content

Commit

Permalink
chore: update collaborator guide md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzianis Dashkevich committed Feb 28, 2023
1 parent a8306cd commit 51b3ed4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions COLLABORATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

# Releasing

- Ensure the tests are passing on master
- Ensure the tests are passing on main
- You may need to be granted npm publish permissions if this is your first time publishing. Try to get this working first!
- Version on npm `npm version [patch|minor|major]`
- Push changes from versioning to master, and the new tag you just created `git push && git push --tags`. You can also push the specific tag with `git push [remote] [tag]`
- Publish on npm `npm publish`
- Go to https://github.com/videojs/mux.js/releases
- Click "Draft a new release"
- Fill out the form with the released version and upload the files in the `/dist` directory
- Push changes from versioning to main, and the new tag you just created `git push && git push --tags`. You can also push the specific tag with `git push [remote] [tag]`

0 comments on commit 51b3ed4

Please sign in to comment.