diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index 55c6321e7..3fc89ddf9 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -5,7 +5,6 @@ * [Releases](#releases) * [Getting dependencies](#getting-dependencies) * [npm access](#npm-access) - * [GitHub personal access token](#github-personal-access-token) * [Deciding what type of version release](#deciding-what-type-of-version-release) * [Doing a release](#doing-a-release) * [Doc credit](#doc-credit) @@ -31,12 +30,6 @@ npm owner ls @videojs/http-streaming If you are a core committer, you can request access to npm from one of the current owners. Access is managed via an [npm organization][npm org] for [Video.js][vjs npm]. -#### GitHub personal access token - -This is used to make a GitHub release on videojs. You can get a token from the [personal access tokens](https://github.com/settings/tokens) page. - -After generating one, make sure to keep it safe because GitHub will not show the token for you again. A good place to save it is Lastpass Secure Notes. - ### Deciding what type of version release Since we follow the [conventional changelog conventions][conventions], all commits are prepended with a type, most commonly `feat` and `fix`. @@ -90,8 +83,6 @@ Publish to npm. npm publish ``` -After it's done, [create a release in github](https://github.com/videojs/http-streaming/releases/new) with latest tag, no title, description copied from [the changelog](https://github.com/videojs/http-streaming/blob/main/CHANGELOG.md), and the .min.js and .js dist files attached. - If it's a large enough release, consider writing a blog post as well. ## Doc credit